openiscsi: 2.1.8 -> 2.1.9

This commit is contained in:
R. Ryantm 2023-06-23 15:49:48 +00:00
parent cbf0490176
commit 457600c552

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "open-iscsi";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "open-iscsi";
repo = "open-iscsi";
rev = version;
hash = "sha256-JzSyX9zvUkhCEpNwTMneTZpCRgaYxHZ1wP215YnMI78=";
hash = "sha256-y0NIb/KsKpCd8byr/SXI7nwTKXP2/bSSoW8QgeL5xdc=";
};
nativeBuildInputs = [