imgproxy: 3.13.2 -> 3.14.0

This commit is contained in:
R. Ryantm 2023-03-12 03:32:40 +00:00
parent 651e4175cf
commit 3e6a6f6fcb

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