mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gnupg1: updating to 1.4.12
This commit is contained in:
parent
9db4772c4e
commit
086e1e84fa
@ -15,11 +15,11 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnupg-1.4.11";
|
||||
name = "gnupg-1.4.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||
sha256 = "1xkfxr4z2fy9d5d6hj4lzv854lk227kgv6qb2w0sam752snfx36i";
|
||||
sha1 = "9b78e20328d35525af7b8a9c1cf081396910e937";
|
||||
};
|
||||
|
||||
buildInputs = [ readline bzip2 ];
|
||||
|
Loading…
Reference in New Issue
Block a user