mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
snipaste: 2.10.2 -> 2.10.3
This commit is contained in:
parent
52a2613850
commit
4ee9e32df3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user