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
commit d50f23ab89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];