Merge pull request #199734 from r-ryantm/auto-update/imgproxy

imgproxy: 3.9.0 -> 3.13.0
This commit is contained in:
Nikolay Korotkiy
2023-01-14 15:46:05 +04:00
committed by GitHub
+3 -3
View File
@@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.9.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-+eI/I+olBPoHez+rjj7Cgqc71M0ZcD9oa35BLQwHPsU=";
sha256 = "sha256-dPGqiNGUI5WwqT65DvY6JXv9/1lc1NZlJbMWUYGgfYY=";
rev = "v${version}";
};
vendorSha256 = "sha256-A6oToGLAFeG0Rd3koDOx+bBsiCye+OcihBwENZNFBSY=";
vendorHash = "sha256-TUu/dWtjs/ua3uwi029gtev0rcAZBCN9AHD9RPZsaDI=";
nativeBuildInputs = [ pkg-config ];