summary refs log tree commit diff
path: root/pkgs/development/libraries/libwebp
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-12-01 23:10:39 -0600
committerWill Dietz <w@wdtz.org>2018-12-02 00:03:22 -0600
commitd250c9fc4cb9413e6ad5034216fb7ef50a0845f6 (patch)
treec2695c3525e50757837d74ecfa99d6eee3581aab /pkgs/development/libraries/libwebp
parent84162175a3ff1b9649b65b5201c063a51cd40368 (diff)
downloadnixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar.gz
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar.bz2
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar.lz
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar.xz
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.tar.zst
nixpkgs-d250c9fc4cb9413e6ad5034216fb7ef50a0845f6.zip
libwebp: 1.0.0 -> 1.0.1
https://github.com/webmproject/libwebp/releases/tag/v1.0.1

Also:

https://groups.google.com/a/webmproject.org/d/msg/webp-discuss/gXMAt-IYpiQ/AuPEJGq6AQAJ

(that post announces -rc2, next post after explains this is now 1.0.1)
Diffstat (limited to 'pkgs/development/libraries/libwebp')
-rw-r--r--pkgs/development/libraries/libwebp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libwebp/default.nix b/pkgs/development/libraries/libwebp/default.nix
index 8cd0536e294..0e8533a5639 100644
--- a/pkgs/development/libraries/libwebp/default.nix
+++ b/pkgs/development/libraries/libwebp/default.nix
@@ -27,11 +27,11 @@ in
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "libwebp-${version}";
-  version = "1.0.0";
+  version = "1.0.1";
 
   src = fetchurl {
     url = "http://downloads.webmproject.org/releases/webp/${name}.tar.gz";
-    sha256 = "0nr2hd4iv61fphdbx49g96a56jkmdm9n2qss7jpkg1pii11rq9c4";
+    sha256 = "08nr124aqlfpmdawpfizp56x93pvhr0v741fz78s1zyv49a4lx4c";
   };
 
   configureFlags = [