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

imgproxy: 3.23.0 -> 3.24.0
This commit is contained in:
Jörg Thalheim 2024-04-30 09:17:31 +02:00 committed by GitHub
commit 63b090dd12
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.23.0";
version = "3.24.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-nsXIy/JpI7nDu40dUGPosMAOtFt/OzfSWyxD6JuKA+s=";
hash = "sha256-FOut1L4dyPvR1SSQLspA8PakQPewwTP2SgbfyDfWp3c=";
rev = "v${version}";
};
vendorHash = "sha256-KtqXhi8VwH1aZt/vLHuug5MJLchs0t4tqA7PIZUVPHQ=";
vendorHash = "sha256-GIMba/XlINwJilRo5Oi2j7HJJTQQpMOa2kPH17T/vLU=";
nativeBuildInputs = [ pkg-config gobject-introspection ];