Merge pull request #118591 from humancalico/libnbd-update

libnbd: 1.7.4 -> 1.7.5
This commit is contained in:
Mario Rodas 2021-04-08 23:16:50 -05:00 committed by GitHub
commit c9c90e31a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libnbd"; pname = "libnbd";
version = "1.7.4"; version = "1.7.5";
src = fetchurl { src = fetchurl {
url = "https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-development/${pname}-${version}.tar.gz"; url = "https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-development/${pname}-${version}.tar.gz";
sha256 = "0d586c8mbk50hjslq32n70sdp2a7lbsjv9zhky4w6jy950rrdfqh"; sha256 = "sha256-UxQx/wnKnCB3uC9xEfq1F0l3kHAJjp9GzbeRugKyFsk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
- Shell (nbdsh) for command line and scripting. - Shell (nbdsh) for command line and scripting.
''; '';
license = with licenses; lgpl21Plus; license = with licenses; lgpl21Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres humancalico ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }