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

imgproxy: 2.16.7 -> 2.17.0
This commit is contained in:
Artturi
2021-09-14 16:46:18 +03:00
committed by GitHub
+2 -2
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}";
};