Merge pull request #239405 from r-ryantm/auto-update/openiscsi

openiscsi: 2.1.8 -> 2.1.9

authored by

Pol Dellaiera and committed by
GitHub
ae28f719 99ee6455

+3 -3
+3 -3
pkgs/os-specific/linux/open-iscsi/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "open-iscsi"; 18 - version = "2.1.8"; 19 20 src = fetchFromGitHub { 21 owner = "open-iscsi"; 22 repo = "open-iscsi"; 23 rev = version; 24 - hash = "sha256-JzSyX9zvUkhCEpNwTMneTZpCRgaYxHZ1wP215YnMI78="; 25 }; 26 27 nativeBuildInputs = [ ··· 55 "-Ddbroot=/etc/iscsi" 56 ]; 57 58 - passthru.tests = { inherit (nixosTests) iscsi-root iscsi-multipath-root; }; 59 60 meta = with lib; { 61 description = "A high performance, transport independent, multi-platform implementation of RFC3720";
··· 15 16 stdenv.mkDerivation rec { 17 pname = "open-iscsi"; 18 + version = "2.1.9"; 19 20 src = fetchFromGitHub { 21 owner = "open-iscsi"; 22 repo = "open-iscsi"; 23 rev = version; 24 + hash = "sha256-y0NIb/KsKpCd8byr/SXI7nwTKXP2/bSSoW8QgeL5xdc="; 25 }; 26 27 nativeBuildInputs = [ ··· 55 "-Ddbroot=/etc/iscsi" 56 ]; 57 58 + passthru.tests = { inherit (nixosTests) iscsi-root; }; 59 60 meta = with lib; { 61 description = "A high performance, transport independent, multi-platform implementation of RFC3720";