Merge pull request #221925 from cwyc/webp-pixbuf-022

webp-pixbuf-loader: 0.0.7 -> 0.2.2
This commit is contained in:
Nick Cao 2023-05-23 01:57:32 -06:00 committed by GitHub
commit c9fb720d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation rec {
pname = "webp-pixbuf-loader";
version = "0.0.7";
version = "0.2.2";
src = fetchFromGitHub {
owner = "aruiz";
repo = "webp-pixbuf-loader";
rev = version;
sha256 = "sha256-Za5/9YlDRqF5oGI8ZfLhx2ZT0XvXK6Z0h6fu5CGvizc=";
sha256 = "sha256-TdZK2OTwetLVmmhN7RZlq2NV6EukH1Wk5Iwer2W/aHc=";
};
nativeBuildInputs = [