oidc-agent: 5.1.0 -> 5.2.0 (#338132)

This commit is contained in:
Fabián Heredia Montiel 2024-09-01 19:41:06 -06:00 committed by GitHub
commit 2c578e681e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "oidc-agent";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "indigo-dc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cOK/rZ/jnyALLuhDM3+qvwwe4Fjkv8diQBkw7NfVo0c=";
sha256 = "sha256-Nwna8VbhhXtmEbAxgo/E9QgfuglGuyFK2DwHOZL4WXQ=";
};
nativeBuildInputs = [