mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
gnupg: 2.0.28 -> 2.0.29
This commit is contained in:
parent
2fcbaa56bd
commit
abb8fc3fdd
@ -12,11 +12,11 @@ with stdenv.lib;
|
||||
assert x11Support -> pinentry != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnupg-2.0.28";
|
||||
name = "gnupg-2.0.29";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||
sha256 = "0k2k399fnhfhhr4dvm8d6vs4ihq6gg06191lzfwikzaqmgj2w2ff";
|
||||
sha256 = "1jaakn0mi6pi2b3g3imxj3qzxw2zg0ifxs30baq2b157dcw6pvb8";
|
||||
};
|
||||
|
||||
buildInputs
|
||||
|
Loading…
Reference in New Issue
Block a user