libtasn1: update from 2.13 to 2.14

This commit is contained in:
Nixpkgs Monitor 2013-12-13 22:49:44 +02:00 committed by Evgeny Egorochkin
parent f1103684b4
commit 27d28a2e75

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libtasn1-2.13";
name = "libtasn1-2.14";
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
sha256 = "14asfhi35pwc67v7abbwim344h444237bjaqp92gwhhx7m44cvm5";
sha256 = "0m1x2p04xpacl18dzv1hmsm2fk97gi167ra5h4kmjy16436kcadw";
};
doCheck = true;