Skip to content

Commit

Permalink
openiscsi: 2.1.1 -> 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 29, 2020
1 parent 2988feb commit 79f2e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/open-iscsi/default.nix
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
pname = "open-iscsi";
version = "2.1.1";
version = "2.1.2";

nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ];
buildInputs = [ kmod openisns.lib openssl systemd utillinux ];
Expand All @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "open-iscsi";
repo = "open-iscsi";
rev = version;
sha256 = "1xa3mbid9mkajp8mr8jx6cymv0kd7yqs96jvff54n6wb9qhn9qll";
sha256 = "0fazf2ighj0akrvcj3jm3kd6wl9lgznvr38g6icwfkqk7bykjkam";
};

DESTDIR = "$(out)";
Expand Down

0 comments on commit 79f2e32

Please sign in to comment.