summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-03 10:08:53 -0400
committerGitHub <noreply@github.com>2023-11-03 10:08:53 -0400
commit3ffa44e3d192fb1e86d08522dfcb0f1e56cf7e54 (patch)
treee94499856d96442cf5dd9b765103cded127bbf8d /pkgs
parent7c4a5ff4b5f65e67dae7ad62cdfeb2a57108de6f (diff)
parentfc20c6baa886e747bbeac1d5f35829fa735563e6 (diff)
Merge pull request #265225 from r-ryantm/auto-update/oauth2c
oauth2c: 1.12.0 -> 1.12.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/oauth2c/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/oauth2c/default.nix b/pkgs/tools/security/oauth2c/default.nix
index b576bad137277..c4e187ea53ed5 100644
--- a/pkgs/tools/security/oauth2c/default.nix
+++ b/pkgs/tools/security/oauth2c/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "oauth2c";
-  version = "1.12.0";
+  version = "1.12.1";
 
   src = fetchFromGitHub {
     owner = "cloudentity";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-7WZJdB4D1UnveAgf8+aZlE/4+d0rUIPIYqG5k993nk4=";
+    hash = "sha256-Qb4eES7xT/bQTMtcpFy6aQ7n5U/0yA1GXdTR9ga3aYU=";
   };
 
-  vendorHash = "sha256-euEmslrSbXPVDNZkIguq+ukt74Um4H0+lIXEyCBorjE=";
+  vendorHash = "sha256-+rkRo9zY3dRqElKApkbaBrDW8SqilqlGAhOM9vDeQps=";
 
   doCheck = false; # tests want to talk to oauth2c.us.authz.cloudentity.io