summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2016-11-11 15:48:33 -0500
committerGitHub <noreply@github.com>2016-11-11 15:48:33 -0500
commit0838c10e22c30dda7cda5fe43e891c69dd0dbe63 (patch)
tree2021943a7e35e67cf1b14e926204a392652dc9e5 /pkgs/development/libraries
parent903814e068645b4e4109169ff07452e32d997da5 (diff)
parentb43a43d7a1fcb046e4ac39f521712e6afd84c745 (diff)
downloadnixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar.gz
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar.bz2
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar.lz
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar.xz
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.tar.zst
nixlib-0838c10e22c30dda7cda5fe43e891c69dd0dbe63.zip
Merge pull request #20328 from NeQuissimus/pango_sha512
pangoxsl: Use sha256
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/pangoxsl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pangoxsl/default.nix b/pkgs/development/libraries/pangoxsl/default.nix
index 4a98704559b7..38f1496062e6 100644
--- a/pkgs/development/libraries/pangoxsl/default.nix
+++ b/pkgs/development/libraries/pangoxsl/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "pangoxsl-1.6.0.3";
   src = fetchurl {
     url = mirror://sourceforge/pangopdf/pangoxsl-1.6.0.3.tar.gz;
-    md5 = "c98bad47ffa7de2e946a8e35d45e071c";
+    sha256 = "1wcd553nf4nwkrfrh765cyzwj9bsg7zpkndg2hjs8mhwgx04lm8n";
   };
 
   buildInputs = [