imgproxy: 3.13.1 -> 3.13.2

This commit is contained in:
R. Ryantm 2023-02-22 10:57:04 +00:00
parent 25105c40d1
commit d0ba707fff

View file

@ -3,16 +3,16 @@
buildGoModule rec { buildGoModule rec {
pname = "imgproxy"; pname = "imgproxy";
version = "3.13.1"; version = "3.13.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
sha256 = "sha256-4P8Q8VM2+O4Du2u+LFmqGQYw8qvEuBGq2nz9FxvGQhE="; sha256 = "sha256-0VB2nXVUtnAqM+cblYaulHFMv6dmztqiBwAxW/Ui1hs=";
rev = "v${version}"; rev = "v${version}";
}; };
vendorHash = "sha256-TUu/dWtjs/ua3uwi029gtev0rcAZBCN9AHD9RPZsaDI="; vendorHash = "sha256-6rEGuuw3UJyWeaIm9v5P8/V0Nxd9ySe0PCf0rWRDB9s=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];