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

imgproxy: 3.13.1 -> 3.13.2
This commit is contained in:
Mario Rodas 2023-02-23 07:42:27 -05:00 committed by GitHub
commit 0186a7beff
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.13.1";
version = "3.13.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-4P8Q8VM2+O4Du2u+LFmqGQYw8qvEuBGq2nz9FxvGQhE=";
sha256 = "sha256-0VB2nXVUtnAqM+cblYaulHFMv6dmztqiBwAxW/Ui1hs=";
rev = "v${version}";
};
vendorHash = "sha256-TUu/dWtjs/ua3uwi029gtev0rcAZBCN9AHD9RPZsaDI=";
vendorHash = "sha256-6rEGuuw3UJyWeaIm9v5P8/V0Nxd9ySe0PCf0rWRDB9s=";
nativeBuildInputs = [ pkg-config ];