3
0
Fork 0
forked from mirrors/nixpkgs

imgproxy: 2.16.7 -> 2.17.0

This commit is contained in:
R. RyanTM 2021-09-14 11:54:33 +00:00
parent 6f5e9a6f7b
commit 93af22c6c4

View file

@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.16.7";
version = "2.17.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-7UGIkYChXIht/dyMhvPeu8oeGQEA7/Ns7+e56wEmAwQ=";
sha256 = "sha256-afprMKFyuo1Doi5K5EtzdiQY+fbx2LtEh3xxnPr+yjk=";
rev = "v${version}";
};