htgettoken: 2.0 -> 2.0-2

This commit is contained in:
R. Ryantm 2024-09-19 13:06:41 +00:00 committed by Dmitry Kalinkin
parent 8bd64f269a
commit fa83a9373a

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "htgettoken";
version = "2.0";
version = "2.0-2";
src = fetchFromGitHub {
owner = "fermitools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yHUD8UaRNclALKKToFNzC49w5jivabXBt28xi6/u0Ow=";
hash = "sha256-1rF72zo/Jj4ZeEG2Nk6Wla+AfaDo5iPZhZP1j9WAK5I=";
};
nativeBuildInputs = with python3.pkgs; [