libksba: upgraded to 1.2.0
svn path=/nixpkgs/trunk/; revision=33677
This commit is contained in:
parent
6ef610851e
commit
94749e4463
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libgpgerror }:
|
{ stdenv, fetchurl, libgpgerror }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libksba-1.0.7";
|
name = "libksba-1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/libksba/${name}.tar.bz2";
|
url = "mirror://gnupg/libksba/${name}.tar.bz2";
|
||||||
sha256 = "1biabl4ijaf0jyl4zf3qrhcs0iaq9pypjibp8wgnim3n3kg0bdda";
|
sha256 = "0jwk7hm3x3g4hd7l12z3d79dy7359x7lc88dq6z7q0ixn1jwxbq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [libgpgerror];
|
propagatedBuildInputs = [libgpgerror];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user