t1utils: update from 1.38 to 1.39, fixes CVE-2015-3905

This commit is contained in:
Pascal Wittmann 2015-06-10 08:53:33 +02:00
parent d5b8dda043
commit 556562173c

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "t1utils-1.38";
name = "t1utils-1.39";
src = fetchurl {
url = "http://www.lcdf.org/type/${name}.tar.gz";
sha256 = "1pnxpjabjyzfjrp319wsq4acxw99c8nnsaalbz7nwamj8kkim7zw";
sha256 = "1i6ln194ns2g4j5zjlj4bfzxpkfpnxvy37n9baq3hywjqkjz7bhg";
};
meta = with stdenv.lib; {