aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtasn1
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-12-12 20:19:23 +0000
committerLudovic Courtès <ludo@gnu.org>2010-12-12 20:19:23 +0000
commitc4756a5bb385f382ab16d1c9bccbe6e3e1b1a83f (patch)
tree9ea90e3e144b79baaa9987ee9e84fd309c23119d /pkgs/development/libraries/libtasn1
parent12280e41b6350d0205b970253204fe961d4186de (diff)
GNU libtasn1 2.9.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25079
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 a2fdeb09ce01..0f33174bf9f3 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.8";
+ name = "libtasn1-2.9";
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
- sha256 = "0njl5l9h48v2ikfim96yxpnwjhhfwfmszz4i08psw60bn7s78z9b";
+ sha256 = "1i0jnk810hg88jh3bhq63yn0n2cfmpmhrdm1ypv8rc68z9anii7s";
};
doCheck = true;