libtasn1: 4.8 -> 4.9

This commit is contained in:
Franz Pletz 2017-01-11 06:18:14 +01:00
parent 0e963d2563
commit 7165b38908
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, texinfo }:
stdenv.mkDerivation rec {
name = "libtasn1-4.8";
name = "libtasn1-4.9";
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
sha256 = "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s";
sha256 = "0869cp6jx7cajgv6cnddsh3vc7bimmdkdjn80y1jpb4iss7plvsg";
};
outputs = [ "out" "dev" "devdoc" ];