Merge pull request #210710 from helsinki-systems/upd/libwebp

libwebp: 1.2.4 -> 1.3.0
This commit is contained in:
Robert Scott 2023-01-14 19:34:54 +00:00 committed by GitHub
commit ce4fce7847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "libwebp";
version = "1.2.4";
version = "1.3.0";
src = fetchFromGitHub {
owner = "webmproject";
repo = pname;
rev = "v${version}";
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
hash = "sha256-nhXkq+qKpaa75YQB/W/cRozslTIFPdXeqj1y6emQeHk=";
};
configureFlags = [