oauth2l: 1.3.0 -> 1.3.1 (#361620)

This commit is contained in:
Nick Cao
2024-12-04 09:13:25 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "oauth2l";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "google";
repo = "oauth2l";
rev = "v${version}";
hash = "sha256-bL1bys/CBo/P9VfWc/FB8JHW/aBwC521V8DB1sFBIAA=";
hash = "sha256-DLZNsvM9tTfzKv6FOnsNKrDIge7yhUE7+8883E4rvQ4=";
};
vendorHash = null;