snipaste: 2.10.5 -> 2.10.6 (#394581)

Co-authored-by: luftmensch-luftmensch <luftmensch-luftmensch@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-30 13:18:27 +00:00
committed by GitHub
co-authored by luftmensch-luftmensch
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "snipaste";
version = "2.10.5";
version = "2.10.6";
src = fetchurl {
url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
hash = "sha256-E6B60Z0AqY2BhkP52MaoUZc+sTlcRQLcb9hJ6Pw07yU=";
hash = "sha256-lkP3YN4ZNbtM2beQEIWPxBE6JXToRBW48QAMLw/TBzQ=";
};
contents = appimageTools.extract { inherit pname version src; };
in