libtasn1: 4.5 -> 4.7

This commit is contained in:
William A. Kennington III 2015-09-16 13:05:16 -07:00
parent 871baf2278
commit 62a04a8bf1

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, texinfo }:
stdenv.mkDerivation rec {
name = "libtasn1-4.5";
name = "libtasn1-4.7";
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
sha256 = "1nhvnznhg2aqfrfjxc8v008hjlzkh5831jsfahqk89qrw7fbbcw9";
sha256 = "1j8iixynchziw1y39lnibyl5h81m4p78w3i4f28q2vgwjgf801x4";
};
buildInputs = [ perl texinfo ];