Skip to content

Commit

Permalink
Merge #18925: nettle: 3.1.1 -> 3.2
Browse files Browse the repository at this point in the history
It fixes bugs in crypto calculations.
  • Loading branch information
vcunat committed Sep 24, 2016
2 parents aaa2984 + 54db6a4 commit 265a475
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.1.1";
version = "3.2";

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

0 comments on commit 265a475

Please sign in to comment.