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

imgproxy: 3.13.2 -> 3.14.0
This commit is contained in:
Nikolay Korotkiy
2023-03-12 14:15:07 +04:00
committed by GitHub
+2 -2
View File
@@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.13.2";
version = "3.14.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-0VB2nXVUtnAqM+cblYaulHFMv6dmztqiBwAxW/Ui1hs=";
sha256 = "sha256-12yThmRsRW0RLNAgafZaciqJP5sRonyrkVSUf+LM7J0=";
rev = "v${version}";
};