1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

imgproxy: 2.16.3 -> 2.16.4
This commit is contained in:
Mario Rodas 2021-06-19 19:26:02 -05:00 committed by GitHub
commit 62796d8e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.16.3";
version = "2.16.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-WK5TAI+dYmBLNp1A0p9DbWF7ZEw3dqr+Cuwy7LzrdBM=";
sha256 = "sha256-25oOGkTc19PHlU0Va7IPKrvGK9pDrGqKZa6qNFMVphQ=";
rev = "v${version}";
};
vendorSha256 = "sha256-7IpMgsATQ1SMuBOF9agHIN2Lx6OKxRr0Zk5SRFxHiQ4=";
vendorSha256 = "sha256-y8cXe4+jTLnM7K+na2VHGXkPgZjFYdgtDd14D8KiCas=";
doCheck = false;