snipaste: 2.10.5 -> 2.10.6

This commit is contained in:
R. Ryantm
2025-03-30 11:08:38 +00:00
parent b991a5e456
commit c6a92f731e
+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