faraday-cli: refactor
This commit is contained in:
parent
dba7c98408
commit
80aaec998c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "infobyte";
|
owner = "infobyte";
|
||||||
repo = pname;
|
repo = "faraday-cli";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U=";
|
hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U=";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue