about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 23:14:27 +0100
committerGitHub <noreply@github.com>2024-03-23 23:14:27 +0100
commit1728aca79ec5a5b7f9c131f6cec78410f93f12a7 (patch)
treee06ae2fa501adba374b411971186b201a66f6524
parentd259c4231c1cad6e9a30a565b8dbdb157a1997fa (diff)
parente628228269b29c5bd3bc0ae6be3127b3c07ccf9b (diff)
downloadnixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar.gz
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar.bz2
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar.lz
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar.xz
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.tar.zst
nixlib-1728aca79ec5a5b7f9c131f6cec78410f93f12a7.zip
Merge pull request #295698 from r-ryantm/auto-update/imgproxy
imgproxy: 3.20.0 -> 3.23.0
-rw-r--r--pkgs/servers/imgproxy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/imgproxy/default.nix b/pkgs/servers/imgproxy/default.nix
index 8868a3bad57e..3187346c07eb 100644
--- a/pkgs/servers/imgproxy/default.nix
+++ b/pkgs/servers/imgproxy/default.nix
@@ -3,16 +3,16 @@
 
 buildGoModule rec {
   pname = "imgproxy";
-  version = "3.20.0";
+  version = "3.23.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
-    hash = "sha256-qTOMoeTk9fGBSmioTRBUa3xRXOIW6OJj8aH0b/vP7dw=";
+    hash = "sha256-nsXIy/JpI7nDu40dUGPosMAOtFt/OzfSWyxD6JuKA+s=";
     rev = "v${version}";
   };
 
-  vendorHash = "sha256-SaxoFCEDniphr1ZZ5prE996CeHegB+a8dpGaMpjsrtQ=";
+  vendorHash = "sha256-KtqXhi8VwH1aZt/vLHuug5MJLchs0t4tqA7PIZUVPHQ=";
 
   nativeBuildInputs = [ pkg-config gobject-introspection ];