targetcli: 2.1.51 -> 2.1.53
This commit is contained in:
parent
679136e252
commit
cf47dc9f7b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "targetcli";
|
pname = "targetcli";
|
||||||
version = "2.1.51";
|
version = "2.1.53";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "open-iscsi";
|
owner = "open-iscsi";
|
||||||
repo = "${pname}-fb";
|
repo = "${pname}-fb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07i9kyr525hlk32amzgycirwgwykdbjy5fmw6ji0nnhvk2jh4arn";
|
sha256 = "1qrq7y5hnghzbxgrxgl153n8jlhw31kqjbr93jsvlvhz5b3ci750";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [ configshell rtslib ];
|
propagatedBuildInputs = with python.pkgs; [ configshell rtslib ];
|
||||||
|
|
Loading…
Reference in a new issue