imgproxy: 3.19.0 -> 3.20.0

This commit is contained in:
R. Ryantm 2023-10-10 13:35:25 +00:00
parent 98156cb838
commit 2d8c236517

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.19.0";
version = "3.20.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-EGnamJBotPDatsWG+XLI/QhF2464aphkB9oS631oj+c=";
hash = "sha256-qTOMoeTk9fGBSmioTRBUa3xRXOIW6OJj8aH0b/vP7dw=";
rev = "v${version}";
};
vendorHash = "sha256-gjRUt8/LECFSU2DG4ALi7a3DxKAGFoW98eBgeE5i2+s=";
vendorHash = "sha256-SaxoFCEDniphr1ZZ5prE996CeHegB+a8dpGaMpjsrtQ=";
nativeBuildInputs = [ pkg-config gobject-introspection ];