3
0
Fork 0
forked from mirrors/nixpkgs

dtrx: replace sha1 with sha256

This commit is contained in:
Jörg Thalheim 2017-02-25 00:30:03 +01:00
parent f8cb022feb
commit 4c11d5fe83
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -17,7 +17,7 @@ in pythonPackages.buildPythonApplication rec {
src = fetchurl {
url = "http://brettcsmith.org/2007/dtrx/dtrx-${version}.tar.gz";
sha1 = "05cfe705a04a8b84571b0a5647cd2648720791a4";
sha256 = "15yf4n27zbhvv0byfv3i89wl5zn6jc2wbc69lk5a3m6rx54gx6hw";
};
postInstall = ''