Unverified Commit 0186a7be authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

imgproxy: 3.13.1 -> 3.13.2
parents ff176855 d0ba707f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@

buildGoModule rec {
  pname = "imgproxy";
  version = "3.13.1";
  version = "3.13.2";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    sha256 = "sha256-4P8Q8VM2+O4Du2u+LFmqGQYw8qvEuBGq2nz9FxvGQhE=";
    sha256 = "sha256-0VB2nXVUtnAqM+cblYaulHFMv6dmztqiBwAxW/Ui1hs=";
    rev = "v${version}";
  };

  vendorHash = "sha256-TUu/dWtjs/ua3uwi029gtev0rcAZBCN9AHD9RPZsaDI=";
  vendorHash = "sha256-6rEGuuw3UJyWeaIm9v5P8/V0Nxd9ySe0PCf0rWRDB9s=";

  nativeBuildInputs = [ pkg-config ];