Skip to content

Commit

Permalink
nettle: 3.2 -> 3.3
Browse files Browse the repository at this point in the history
This is a bugfix release.

See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00003.html
for release announcement.

(cherry picked from commit 06c5943)
  • Loading branch information
lsix authored and grahamc committed Dec 3, 2016
1 parent 33287d9 commit 39c31ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nettle/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "3.2";
version = "3.3";

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

0 comments on commit 39c31ca

Please sign in to comment.