openiscsi: 2.1.3 -> 2.1.4

This commit is contained in:
R. RyanTM 2021-03-14 15:09:13 +00:00
parent f7574a5c8f
commit 331ee77d91

View file

@ -4,7 +4,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "open-iscsi"; pname = "open-iscsi";
version = "2.1.3"; version = "2.1.4";
nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ]; nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ];
buildInputs = [ kmod open-isns.lib openssl systemd util-linux ]; buildInputs = [ kmod open-isns.lib openssl systemd util-linux ];
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "open-iscsi"; owner = "open-iscsi";
repo = "open-iscsi"; repo = "open-iscsi";
rev = version; rev = version;
sha256 = "14rcf4xmrmz522z57sm8bb3mn79dqsdwz84rl6id84fgjbwbsp6b"; sha256 = "sha256-HnvLLwxOnu7Oiige6A6zk9NmAI2ImcILp9eCfbdGiyI=";
}; };
DESTDIR = "$(out)"; DESTDIR = "$(out)";