about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-02-25 00:30:03 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-02-26 10:01:41 +0100
commit4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62 (patch)
treeea63cf47041251793e1196441c8fc42f1585cb5d
parentf8cb022feb1dbb19318ad86adbace1d54804dfef (diff)
downloadnixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar.gz
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar.bz2
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar.lz
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar.xz
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.tar.zst
nixlib-4c11d5fe831106f5ed6f1b93802d6b1f22ff5c62.zip
dtrx: replace sha1 with sha256
-rw-r--r--pkgs/tools/compression/dtrx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/compression/dtrx/default.nix b/pkgs/tools/compression/dtrx/default.nix
index 4e3f7d3d0dbd..5198cb15a60d 100644
--- a/pkgs/tools/compression/dtrx/default.nix
+++ b/pkgs/tools/compression/dtrx/default.nix
@@ -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 = ''