Skip to content

Commit 2adb71d

Browse files
committed
snipaste: 2.10.7 -> 2.10.8
1 parent cf7c43a commit 2adb71d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sn/snipaste/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}:
66
let
77
pname = "snipaste";
8-
version = "2.10.7";
8+
version = "2.10.8";
99
src = fetchurl {
1010
url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage";
11-
hash = "sha256-WzCSI0BfjolbWbj/mLhRj75tW/CvlbzQtFuBizg8xl4=";
11+
hash = "sha256-Ieitxc1HPjqBpf7/rREKca+U0srE+q/s8mz+9Vhczk0=";
1212
};
1313
contents = appimageTools.extract { inherit pname version src; };
1414
in

0 commit comments

Comments
 (0)