Merge pull request #235673 from r-ryantm/auto-update/imgproxy
imgproxy: 3.17.0 -> 3.18.0
This commit is contained in:
commit
ac80bb36a6
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "imgproxy";
|
||||
version = "3.17.0";
|
||||
version = "3.18.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
sha256 = "sha256-7kNBXMjkOs8fLDUBdQJHOjwJhYYAbGPZZDA0NLFirH8=";
|
||||
sha256 = "sha256-c85G76u0qLyRbiXEWpYKZerrkZmHkq+VmCdHJk6pH9M=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue