oauth2l: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2024-12-15 05:50:08 +00:00
parent f7648a757b
commit 89bb0a25de
+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;