about summary refs log tree commit diff
path: root/pkgs/tools/security/oauth2c
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 21:40:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 21:40:30 +0000
commitd9cfb5809451c835e7113489ff5751e57646b76f (patch)
tree1e2c43f191894f19855dc5560b233c7b572e252c /pkgs/tools/security/oauth2c
parent535734e71caf78cfc74c85832c1e5919ba31c97a (diff)
oauth2c: 1.11.0 -> 1.12.0
Diffstat (limited to 'pkgs/tools/security/oauth2c')
-rw-r--r--pkgs/tools/security/oauth2c/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/oauth2c/default.nix b/pkgs/tools/security/oauth2c/default.nix
index 5ecfb111f2af4..b576bad137277 100644
--- a/pkgs/tools/security/oauth2c/default.nix
+++ b/pkgs/tools/security/oauth2c/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "oauth2c";
-  version = "1.11.0";
+  version = "1.12.0";
 
   src = fetchFromGitHub {
     owner = "cloudentity";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-fNd/fGW/0TXI7c3/Sy9Pxdnh6N/AOHr0LT8aKSj79YM=";
+    hash = "sha256-7WZJdB4D1UnveAgf8+aZlE/4+d0rUIPIYqG5k993nk4=";
   };
 
   vendorHash = "sha256-euEmslrSbXPVDNZkIguq+ukt74Um4H0+lIXEyCBorjE=";