oidc-agent: 5.2.1 -> 5.2.2 (#344611)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-26 11:04:55 +00:00 committed by GitHub
commit 1925c603f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [