snipaste: 2.10.2 -> 2.10.3

This commit is contained in:
R. Ryantm 2024-12-12 23:09:26 +00:00
parent 52a2613850
commit 4ee9e32df3

View File

@ -5,10 +5,10 @@
}:
let
pname = "snipaste";
version = "2.10.2";
version = "2.10.3";
src = fetchurl {
url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
hash = "sha256-u9e2d9ZpHDbDIsFkseOdJX2Kspn9TkhFfZxbeielDA8=";
hash = "sha256-/3y3dEcottZIKGLQY4VBZs7ClYVedNwXXFLKfHezS3Q=";
};
contents = appimageTools.extract { inherit pname version src; };
in