aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/giflib
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-03-11 15:44:38 -0600
committerGraham Christensen <graham@grahamc.com>2016-03-11 15:54:55 -0600
commit8f6be38247578cba40c596a838f7b8cf12d53153 (patch)
tree96aecc461ac24eede24048cc048e1a0a292a1691 /pkgs/development/libraries/giflib
parent1b556f9f461553117fa408e3b15dfe1856b917b7 (diff)
giflib: convert md5 to sha256
Diffstat (limited to 'pkgs/development/libraries/giflib')
-rw-r--r--pkgs/development/libraries/giflib/libungif.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/giflib/libungif.nix b/pkgs/development/libraries/giflib/libungif.nix
index f3302f8f3337..ca2d09457225 100644
--- a/pkgs/development/libraries/giflib/libungif.nix
+++ b/pkgs/development/libraries/giflib/libungif.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "libungif-4.1.4";
src = fetchurl {
url = mirror://sourceforge/giflib/libungif-4.1.4.tar.gz;
- md5 = "efdfcf8e32e35740288a8c5625a70ccb";
+ sha256 = "5e65e1e5deacd0cde489900dbf54c6c2ee2ebc818199e720dbad685d87abda3d";
};
}