Skip to content

Commit 1ffc3bc

Browse files
committed
oauth2c: 1.16.0 -> 1.17.0
1 parent d533f73 commit 1ffc3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/oa/oauth2c/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "oauth2c";
8-
version = "1.16.0";
8+
version = "1.17.0";
99

1010
src = fetchFromGitHub {
1111
owner = "cloudentity";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-spD6BEyDwY2Nrk/XOWA+XJA1l7ixN4j6N5m9e8DLg88=";
14+
hash = "sha256-2EfkNtTbHSa0UZGfYylz0HlyVxGdSJNIUj6682DICSg=";
1515
};
1616

17-
vendorHash = "sha256-PdLh/J0HUvr1JjW/ew5PQe9TJNykI4tJhlRoVjRT/hg=";
17+
vendorHash = "sha256-ZQFIETfiNKyeZuskwNfoTXBy3MSWmG0tDztz0Mm7xJY=";
1818

1919
doCheck = false; # tests want to talk to oauth2c.us.authz.cloudentity.io
2020

0 commit comments

Comments
 (0)