Merge pull request #16468 from leenaars/libtasn

libtasn1: 1.4.7 -> 1.4.8
This commit is contained in:
zimbatm 2016-06-26 13:20:21 +01:00 committed by GitHub
commit 5ec8372e1a

View file

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