imgproxy: 3.20.0 -> 3.23.0

This commit is contained in:
R. Ryantm 2024-03-13 19:44:37 +00:00
parent 5fa02d3366
commit e628228269

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 ];