about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2024-02-06 12:19:54 +0100
committerGitHub <noreply@github.com>2024-02-06 12:19:54 +0100
commitba6db7af5d4908689fc0cd5555005cd8cdb23152 (patch)
treebc2a7064f6c6ce601ecb21ca79b1ac62b2c9db32 /pkgs/os-specific
parent3b0709da3eeed918323399c68b1fe4309b2ac483 (diff)
parentd0846f147639690f9217a9b1357439ff485b6632 (diff)
Merge pull request #285549 from helsinki-systems/upd/targetcli
targetcli: 2.1.57 -> 2.1.58
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/targetcli/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/targetcli/default.nix b/pkgs/os-specific/linux/targetcli/default.nix
index f6bb705258f1f..6058b3509772a 100644
--- a/pkgs/os-specific/linux/targetcli/default.nix
+++ b/pkgs/os-specific/linux/targetcli/default.nix
@@ -2,13 +2,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "targetcli";
-  version = "2.1.57";
+  version = "2.1.58";
 
   src = fetchFromGitHub {
     owner = "open-iscsi";
     repo = "${pname}-fb";
     rev = "v${version}";
-    hash = "sha256-7JRNHKku9zTeSafL327hkM/E5EWTKqwPudCfmngvWuo=";
+    hash = "sha256-9QYo7jGk9iWr26j0qPQCqYsJ+vLXAsO4Xs7+7VT9/yc=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [ configshell rtslib ];
@@ -26,6 +26,7 @@ python3.pkgs.buildPythonApplication rec {
     description = "A command shell for managing the Linux LIO kernel target";
     homepage = "https://github.com/open-iscsi/targetcli-fb";
     license = licenses.asl20;
+    maintainers = lib.teams.helsinki-systems.members;
     platforms = platforms.linux;
   };
 }