oauth2c: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm
2026-01-21 13:47:38 +00:00
parent 5d361f1d1d
commit f142f8a2bb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "oauth2c";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "cloudentity";
repo = "oauth2c";
rev = "v${version}";
hash = "sha256-1l7NtRKOCUuVsGC7K/TmSbzwGGybJ3owMDn2b4b/BeU=";
hash = "sha256-Bh4gWskmY2nWTckUT1FX7vRDz/gg670A77CQTZhz3mg=";
};
vendorHash = "sha256-I2pOyjKghvHHGEuVqODhysD++f2hD+BF7WJxWbrLcWA=";