summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2016-11-11 15:48:23 -0500
committerGitHub <noreply@github.com>2016-11-11 15:48:23 -0500
commit903814e068645b4e4109169ff07452e32d997da5 (patch)
tree149f9b05b5294d7d7f79cf1a7468f568eb14e7ce /pkgs
parenteadb0f733b6c2954da830cd81648230b09db7fa7 (diff)
parent1810f50e0e87721529623ad5b7579d6e53e74769 (diff)
downloadnixlib-903814e068645b4e4109169ff07452e32d997da5.tar
nixlib-903814e068645b4e4109169ff07452e32d997da5.tar.gz
nixlib-903814e068645b4e4109169ff07452e32d997da5.tar.bz2
nixlib-903814e068645b4e4109169ff07452e32d997da5.tar.lz
nixlib-903814e068645b4e4109169ff07452e32d997da5.tar.xz
nixlib-903814e068645b4e4109169ff07452e32d997da5.tar.zst
nixlib-903814e068645b4e4109169ff07452e32d997da5.zip
Merge pull request #20333 from NeQuissimus/saxonb_sha512
saxonb: Use sha256
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/java/saxon/default8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/java/saxon/default8.nix b/pkgs/development/libraries/java/saxon/default8.nix
index 7f1f0e260c0a..7728737977c2 100644
--- a/pkgs/development/libraries/java/saxon/default8.nix
+++ b/pkgs/development/libraries/java/saxon/default8.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "saxonb-8.8";
   src = fetchurl {
     url = mirror://sourceforge/saxon/saxonb8-8j.zip;
-    md5 = "35c4c376174cfe340f179d2e44dd84f0";
+    sha256 = "15bzrfyd2f1045rsp9dp4znyhmizh1pm97q8ji2bc0b43q23xsb8";
   };
 
   buildInputs = [unzip];