gpgme: 1.5.4 -> 1.5.5
This commit is contained in:
parent
2bcd1dff75
commit
c148309f94
@ -11,11 +11,11 @@ let
|
|||||||
"${gnupg}/bin/gpg2";
|
"${gnupg}/bin/gpg2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpgme-1.5.4";
|
name = "gpgme-1.5.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
|
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
|
||||||
sha256 = "0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v";
|
sha256 = "01y28fkq52wwf4p470wscaxd2vgzl615irmafx3mj3380x8ksg8b";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgpgerror glib libassuan pth ];
|
propagatedBuildInputs = [ libgpgerror glib libassuan pth ];
|
||||||
|
Loading…
Reference in New Issue
Block a user