oidc-agent: 5.3.2 -> 5.3.3

Co-authored-by: dudeami0 <dudeami0@gmail.com>
This commit is contained in:
Xinyang Li
2025-10-12 00:04:49 +08:00
parent 20075955de
commit d3562bc539

View File

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