oauth2l: 1.3.1 -> 1.3.2 (#365301)

This commit is contained in:
Yt
2024-12-15 11:15:17 -05:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "oauth2l";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "google";
repo = "oauth2l";
rev = "v${version}";
hash = "sha256-DLZNsvM9tTfzKv6FOnsNKrDIge7yhUE7+8883E4rvQ4=";
hash = "sha256-kZbsXGNZTF945qe6W0YbU8Ee0aV6P6LL/OCOX9+6pb4=";
};
vendorHash = null;