mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
Merge pull request #81824 from r-ryantm/auto-update/open-iscsi
openiscsi: 2.1.0 -> 2.1.1
This commit is contained in:
commit
b93b8a5c8f
@ -4,7 +4,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "open-iscsi";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
nativeBuildInputs = [ autoconf automake gettext libtool perl pkgconf ];
|
||||
buildInputs = [ kmod openisns.lib openssl systemd utillinux ];
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "open-iscsi";
|
||||
repo = "open-iscsi";
|
||||
rev = version;
|
||||
sha256 = "0z7rnbfa48j3r4ij7335xgjfb835gnnp10v7q6lvwg7bq6v5xvih";
|
||||
sha256 = "1xa3mbid9mkajp8mr8jx6cymv0kd7yqs96jvff54n6wb9qhn9qll";
|
||||
};
|
||||
|
||||
DESTDIR = "$(out)";
|
||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
|
||||
license = licenses.gpl2;
|
||||
homepage = https://www.open-iscsi.com;
|
||||
homepage = "https://www.open-iscsi.com";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ cleverca22 zaninime ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user