libtasn1: 4.5 -> 4.6

This commit is contained in:
William A. Kennington III 2015-09-13 13:43:12 -07:00
parent cad2ac106a
commit ea818b155e

View File

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