Merge pull request #94158 from r-ryantm/auto-update/open-iscsi

openiscsi: 2.1.1 -> 2.1.2
This commit is contained in:
Ryan Mulligan 2020-07-29 06:24:34 -07:00 committed by GitHub
commit 3377a6b533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "open-iscsi"; pname = "open-iscsi";
version = "2.1.1"; version = "2.1.2";
nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ]; nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ];
buildInputs = [ kmod openisns.lib openssl systemd utillinux ]; buildInputs = [ kmod openisns.lib openssl systemd utillinux ];
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "open-iscsi"; owner = "open-iscsi";
repo = "open-iscsi"; repo = "open-iscsi";
rev = version; rev = version;
sha256 = "1xa3mbid9mkajp8mr8jx6cymv0kd7yqs96jvff54n6wb9qhn9qll"; sha256 = "0fazf2ighj0akrvcj3jm3kd6wl9lgznvr38g6icwfkqk7bykjkam";
}; };
DESTDIR = "$(out)"; DESTDIR = "$(out)";