oauth2l: 1.3.2 -> 1.3.3 (#395634)

This commit is contained in:
Nick Cao
2025-04-03 16:22:53 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "oauth2l";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "google";
repo = "oauth2l";
rev = "v${version}";
hash = "sha256-kZbsXGNZTF945qe6W0YbU8Ee0aV6P6LL/OCOX9+6pb4=";
hash = "sha256-jD8VFyAq6qcQhgvMmJj3D1xWGUvq3tMISbztLf1a72I=";
};
vendorHash = null;