Loading pkgs/by-name/gh/ghunt/package.nix +10 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,23 @@ python3.pkgs.buildPythonApplication rec { pname = "ghunt"; version = "2.0.1"; format = "setuptools"; version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "mxrch"; repo = "ghunt"; rev = "refs/tags/v${version}"; hash = "sha256-7awLKX+1fVbufg3++lUUCZg4p07c2yGeefiPFcE1Ij4="; hash = "sha256-UeHVATTyAH3Xdm/NVSUhiicM+tZ4UnLeJsy1jSLK3v8="; }; pythonRelaxDeps = true; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools ]; propagatedBuildInputs = with python3.pkgs; [ alive-progress autoslot Loading Loading
pkgs/by-name/gh/ghunt/package.nix +10 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,23 @@ python3.pkgs.buildPythonApplication rec { pname = "ghunt"; version = "2.0.1"; format = "setuptools"; version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "mxrch"; repo = "ghunt"; rev = "refs/tags/v${version}"; hash = "sha256-7awLKX+1fVbufg3++lUUCZg4p07c2yGeefiPFcE1Ij4="; hash = "sha256-UeHVATTyAH3Xdm/NVSUhiicM+tZ4UnLeJsy1jSLK3v8="; }; pythonRelaxDeps = true; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools ]; propagatedBuildInputs = with python3.pkgs; [ alive-progress autoslot Loading