imgproxy: 3.24.0 -> 3.24.1

This commit is contained in:
R. Ryantm 2024-05-07 02:01:56 +00:00
parent a85613a1bc
commit 5791956869
1 changed files with 2 additions and 2 deletions

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}";
};