Unverified Commit 3155fe67 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

imgproxy: 3.14.0 -> 3.15.0
parents 924a5bc4 fde45da1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@

buildGoModule rec {
  pname = "imgproxy";
  version = "3.14.0";
  version = "3.15.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    sha256 = "sha256-12yThmRsRW0RLNAgafZaciqJP5sRonyrkVSUf+LM7J0=";
    sha256 = "sha256-Y0QxjIY8ac/6MAdqKDEv3/et1+ysCMkV522jxDP72Js=";
    rev = "v${version}";
  };