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

imgproxy: 3.24.0 -> 3.24.1
This commit is contained in:
Nick Cao
2024-05-07 10:21:58 -04:00
committed by GitHub
+2 -2
View File
@@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.24.0";
version = "3.24.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-FOut1L4dyPvR1SSQLspA8PakQPewwTP2SgbfyDfWp3c=";
hash = "sha256-1AacDY4qNe+1SESsEEazxoBnJZRphnext1mu3BOKwKY=";
rev = "v${version}";
};