Skip to content

Commit

Permalink
snipaste: 2.10.2 -> 2.10.3 (#364747)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents 78fbcb2 + 4ee9e32 commit 5e3d949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sn/snipaste/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e3d949

Please sign in to comment.