Unverified Commit 6591f9d8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

imgproxy: 3.24.0 -> 3.24.1
parents f3c5b134 57919568
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@

buildGoModule rec {
  pname = "imgproxy";
  version = "3.24.0";
  version = "3.24.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    hash = "sha256-FOut1L4dyPvR1SSQLspA8PakQPewwTP2SgbfyDfWp3c=";
    hash = "sha256-1AacDY4qNe+1SESsEEazxoBnJZRphnext1mu3BOKwKY=";
    rev = "v${version}";
  };