Skip to content

Commit 2e983f1

Browse files
lsixNeQuissimus
authored andcommittedJun 29, 2017
libgcrypt: 1.7.7 -> 1.7.8
See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00016.html for release information (cherry picked from commit 9a9294a)
1 parent fc3f38d commit 2e983f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/libraries/libgcrypt/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;
44

55
stdenv.mkDerivation rec {
66
name = "libgcrypt-${version}";
7-
version = "1.7.7";
7+
version = "1.7.8";
88

99
src = fetchurl {
1010
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
11-
sha256 = "16ndaj93asw122mwjz172x2ilpm03w1yp5mqcrp3xslk0yx5xf5r";
11+
sha256 = "16f1rsv4y4w2pk1il2jbcqggsb6mrlfva5vayd205fp68zm7d0ll";
1212
};
1313

1414
outputs = [ "out" "dev" "info" ];

0 commit comments

Comments
 (0)
Please sign in to comment.