oidc-agent: 5.2.1 -> 5.2.2

This commit is contained in:
R. Ryantm 2024-09-26 09:25:21 +00:00
parent 434cc988e4
commit 4100f0190b

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "oidc-agent";
version = "5.2.1";
version = "5.2.2";
src = fetchFromGitHub {
owner = "indigo-dc";
repo = pname;
rev = "v${version}";
hash = "sha256-SjpCD/x93kYB5759e/D0btLO48d6g4SkEUAX7PYfm2w=";
hash = "sha256-OW0hCDVC+AqmXP1dQK/7lnXeG8RbXzFLbKLEvc/8spY=";
};
nativeBuildInputs = [