aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtasn1
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-12-01 22:43:40 +0000
committerLudovic Courtès <ludo@gnu.org>2011-12-01 22:43:40 +0000
commit5b766d16b64a87c4c306d755c9c18e77145e7efb (patch)
treea87bc98e77b0b06f30deca386b00e00ae902f7d7 /pkgs/development/libraries/libtasn1
parent2f87b70323fb96b6042f1894fddfd5e03a8c399c (diff)
GNU Libtasn1 2.11.
svn path=/nixpkgs/trunk/; revision=30663
Diffstat (limited to 'pkgs/development/libraries/libtasn1')
-rw-r--r--pkgs/development/libraries/libtasn1/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtasn1/default.nix b/pkgs/development/libraries/libtasn1/default.nix
index 660b02d0a930..edaae75a66b5 100644
--- a/pkgs/development/libraries/libtasn1/default.nix
+++ b/pkgs/development/libraries/libtasn1/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "libtasn1-2.10";
+ name = "libtasn1-2.11";
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
- sha256 = "1l0622ysv68k1xazg3000m47h8dd7pbnxhik6v0kf17029ic1r0p";
+ sha256 = "1yws0xfys6fm7ywb3pr8ncl3gr37iky7454if8dbzsicq5vkrm7l";
};
doCheck = true;