imgproxy: 3.24.0 -> 3.24.1
This commit is contained in:
parent
a85613a1bc
commit
5791956869
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue