We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 6a8a0b1 + ca9ce9a commit 3e61793Copy full SHA for 3e61793
pkgs/development/libraries/nettle/default.nix
@@ -1,10 +1,10 @@
1
{ callPackage, fetchurl, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
- version = "3.2";
+ version = "3.3";
5
6
src = fetchurl {
7
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
8
- sha256 = "15wxhk52yc62rx0pddmry66hqm6z5brrrkx4npd3wh9nybg86hpa";
+ sha256 = "07mif3af077763vc35s1x8vzhzlgqcgxh67c1xr13jnhslkjd526";
9
};
10
})
0 commit comments