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

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

imgproxy: 3.1.3 -> 3.2.1
This commit is contained in:
legendofmiracles 2022-01-24 08:11:18 -06:00 committed by GitHub
commit e74012f921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.1.3";
version = "3.2.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-aQ+EKUsqmsdCvEeKNNoF2Sj5+BN8yuhJAbL4BnYWINM=";
sha256 = "sha256-89LBpENzDIvlRfNeigSvzBrprw8MRsdRZMQ5qUs0wI8=";
rev = "v${version}";
};