snipaste: 2.9.2-Beta -> 2.10.2
This commit is contained in:
parent
a3c0b3b215
commit
77514565ae
@ -5,18 +5,21 @@
|
|||||||
}:
|
}:
|
||||||
appimageTools.wrapType2 rec {
|
appimageTools.wrapType2 rec {
|
||||||
pname = "snipaste";
|
pname = "snipaste";
|
||||||
version = "2.9.2-Beta";
|
version = "2.10.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
|
url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
|
||||||
hash = "sha256-oV69uABjzkbQdwb+1wRRxszhrwI4uyzhQZ4aXBnyeo8=";
|
hash = "sha256-u9e2d9ZpHDbDIsFkseOdJX2Kspn9TkhFfZxbeielDA8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Screenshot tools";
|
description = "Screenshot tools";
|
||||||
homepage = "https://www.snipaste.com/";
|
homepage = "https://www.snipaste.com/";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
maintainers = with lib.maintainers; [
|
||||||
|
luftmensch-luftmensch
|
||||||
|
ltrump
|
||||||
|
];
|
||||||
mainProgram = "snipaste";
|
mainProgram = "snipaste";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user