Skip to content

Commit 3e61793

Browse files
committedDec 3, 2016
Merge branch 'staging'
2 parents 6a8a0b1 + ca9ce9a commit 3e61793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ callPackage, fetchurl, ... } @ args:
22

33
callPackage ./generic.nix (args // rec {
4-
version = "3.2";
4+
version = "3.3";
55

66
src = fetchurl {
77
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
8-
sha256 = "15wxhk52yc62rx0pddmry66hqm6z5brrrkx4npd3wh9nybg86hpa";
8+
sha256 = "07mif3af077763vc35s1x8vzhzlgqcgxh67c1xr13jnhslkjd526";
99
};
1010
})

0 commit comments

Comments
 (0)
Please sign in to comment.