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

imgproxy: 3.20.0 -> 3.23.0
This commit is contained in:
Weijia Wang 2024-03-23 23:14:27 +01:00 committed by GitHub
commit 1728aca79e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.20.0";
version = "3.23.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-qTOMoeTk9fGBSmioTRBUa3xRXOIW6OJj8aH0b/vP7dw=";
hash = "sha256-nsXIy/JpI7nDu40dUGPosMAOtFt/OzfSWyxD6JuKA+s=";
rev = "v${version}";
};
vendorHash = "sha256-SaxoFCEDniphr1ZZ5prE996CeHegB+a8dpGaMpjsrtQ=";
vendorHash = "sha256-KtqXhi8VwH1aZt/vLHuug5MJLchs0t4tqA7PIZUVPHQ=";
nativeBuildInputs = [ pkg-config gobject-introspection ];