libnbd: 1.9.2 -> 1.9.3

This commit is contained in:
Daniel Nagy 2021-08-11 14:44:48 +02:00
parent 911b8a569c
commit 8321ff1b0a
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libnbd";
version = "1.9.2";
version = "1.9.3";
src = fetchurl {
url = "https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-development/${pname}-${version}.tar.gz";
hash = "sha256-UDLH5IMuKI6mAO/9VNmI8pCbxv94tCCQYRKZn2DBclg=";
hash = "sha256-qF9IFZGj+9Zuw00+9pbgAhBUk+eUIAxhYNJAMWxmWo0=";
};
nativeBuildInputs = [