8 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-1rF72zo/Jj4ZeEG2Nk6Wla+AfaDo5iPZhZP1j9WAK5I=";
19 nativeBuildInputs = with python3.pkgs; [
24 postInstall = with python3.pkgs; ''
25 wrapProgram $out/bin/htgettoken \
36 description = "Gets OIDC authentication tokens for High Throughput Computing via a Hashicorp vault server ";
37 license = licenses.bsd3;
38 homepage = "https://github.com/fermitools/htgettoken";
39 maintainers = with maintainers; [ veprbl ];