Merge pull request #91859 from r-ryantm/auto-update/targetcli

targetcli: 2.1.51 -> 2.1.53
This commit is contained in:
Mario Rodas
2020-06-30 19:49:35 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
python.pkgs.buildPythonApplication rec {
pname = "targetcli";
version = "2.1.51";
version = "2.1.53";
src = fetchFromGitHub {
owner = "open-iscsi";
repo = "${pname}-fb";
rev = "v${version}";
sha256 = "07i9kyr525hlk32amzgycirwgwykdbjy5fmw6ji0nnhvk2jh4arn";
sha256 = "1qrq7y5hnghzbxgrxgl153n8jlhw31kqjbr93jsvlvhz5b3ci750";
};
propagatedBuildInputs = with python.pkgs; [ configshell rtslib ];