3
0
Fork 0
forked from mirrors/nixpkgs

gnupg: 2.1.2 -> 2.1.3

This commit is contained in:
William A. Kennington III 2015-04-12 23:00:11 -07:00
parent cf1d7a9cb4
commit 909f04995c

View file

@ -13,11 +13,11 @@ with stdenv.lib;
assert x11Support -> pinentry != null;
stdenv.mkDerivation rec {
name = "gnupg-2.1.2";
name = "gnupg-2.1.3";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "14k7c5spai3yppz6izf1ggbnffskl54ln87v1wgy9pwism1mlks0";
sha256 = "1vf8fmwcq81abzw2mypz5j7m4xy0vl4z6lri5lxfbd2bsyq7ygi1";
};
patches = [ ./socket-activate-2.1.1.patch ];