oidc-agent: 5.2.3 -> 5.3.2

This commit is contained in:
R. Ryantm 2025-07-17 22:41:40 +00:00
parent 77110a5187
commit bc4238c718

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "oidc-agent";
version = "5.2.3";
version = "5.3.2";
src = fetchFromGitHub {
owner = "indigo-dc";
repo = "oidc-agent";
rev = "v${version}";
hash = "sha256-Vj/YoZpbiV8psU70i3SIKJM/qPQYuy96ogEhT8cG7RU=";
hash = "sha256-G2E6/mMP8d9s6JsIlFwMQ8sm4FCF8Gm8OqrsTPjPUrA=";
};
nativeBuildInputs = [