Commit 457600c5 authored by R. RyanTM's avatar R. RyanTM
Browse files

openiscsi: 2.1.8 -> 2.1.9

parent cbf04901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [