mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
GNU Nettle 2.2.
svn path=/nixpkgs/trunk/; revision=28746
This commit is contained in:
parent
a5ff05ebca
commit
56c2fe0c56
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ fetchurl, stdenv, gmp, gnum4 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nettle-2.1";
|
||||
name = "nettle-2.2";
|
||||
|
||||
src = fetchurl {
|
||||
# Eventually use `mirror://gnu/'.
|
||||
url = "ftp://ftp.lysator.liu.se/pub/security/lsh/${name}.tar.gz";
|
||||
sha256 = "0knp778738dpgbcj1yz54a7jsvmarfiafzl05z086bc470z6plmp";
|
||||
sha256 = "1kdl842x1x4wk80bi0k1d2ci8hqsmgjdb5zvrlmyakb8pfhw3gl2";
|
||||
};
|
||||
|
||||
buildInputs = [ gnum4 ];
|
||||
|
|
Loading…
Reference in a new issue