Merge pull request #228520 from r-ryantm/auto-update/imgproxy

imgproxy: 3.15.0 -> 3.16.0
This commit is contained in:
Weijia Wang 2023-04-27 21:53:21 +03:00 committed by GitHub
commit b1861ece17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.15.0";
version = "3.16.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-Y0QxjIY8ac/6MAdqKDEv3/et1+ysCMkV522jxDP72Js=";
sha256 = "sha256-TdJRoburmJl2Ez0wzJnqm2jpJpFOSOmaBx0O9Z/8DXQ=";
rev = "v${version}";
};
vendorHash = "sha256-6rEGuuw3UJyWeaIm9v5P8/V0Nxd9ySe0PCf0rWRDB9s=";
vendorHash = "sha256-EtNFSAx8YcRhzgV3IdrZaCM6fOd284iuTperCFECsL8=";
nativeBuildInputs = [ pkg-config ];