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

imgproxy: 3.18.2 -> 3.19.0
This commit is contained in:
OTABI Tomoya 2023-08-26 09:39:28 +09:00 committed by GitHub
commit 49cf76d197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.18.2";
version = "3.19.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-iMzaeB086VohyzUJqYxdnGi0grosrJD1H0AgK5A75XM=";
hash = "sha256-EGnamJBotPDatsWG+XLI/QhF2464aphkB9oS631oj+c=";
rev = "v${version}";
};
vendorHash = "sha256-5o1i88v+1UGYXP2SzyM6seyidrj1Z3Q64w/gi07xf4w=";
vendorHash = "sha256-gjRUt8/LECFSU2DG4ALi7a3DxKAGFoW98eBgeE5i2+s=";
nativeBuildInputs = [ pkg-config gobject-introspection ];