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

imgproxy: 3.24.1 -> 3.25.0
This commit is contained in:
Weijia Wang 2024-07-15 16:04:21 +02:00 committed by GitHub
commit 1a56b8c386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.24.1";
version = "3.25.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-1AacDY4qNe+1SESsEEazxoBnJZRphnext1mu3BOKwKY=";
hash = "sha256-TkfyhePilOwuW6+MtTqYUYvpP/FnFhpsHt2APMFNbvo=";
rev = "v${version}";
};
vendorHash = "sha256-GIMba/XlINwJilRo5Oi2j7HJJTQQpMOa2kPH17T/vLU=";
vendorHash = "sha256-LlVZRHotJcHtgeGXIDnbIwpO8iCrBB8nXBnqzHcrJWk=";
nativeBuildInputs = [ pkg-config gobject-introspection ];