targetcli-fb: 3.0.1 -> 3.0.2 (#487581)

This commit is contained in:
Nick Cao
2026-02-06 21:49:04 +00:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "targetcli-fb";
version = "3.0.1";
version = "3.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "open-iscsi";
repo = "targetcli-fb";
tag = "v${version}";
hash = "sha256-jRujBgUdeJY8ekVBDscitajDhYohlx/BS4wn+jFkZSg=";
hash = "sha256-ajBKlgnXeksvEkewo93PIeqwI9X90NvLNf6YxzC0824=";
};
build-system = with python3Packages; [