libnbd: 1.18.2 -> 1.20.1

This commit is contained in:
R. Ryantm 2024-05-10 08:14:18 +00:00
parent 0c9055e823
commit 2be8d75ed6

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "libnbd";
version = "1.18.2";
version = "1.20.1";
src = fetchurl {
url = "https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-stable/${pname}-${version}.tar.gz";
hash = "sha256-OYtNHAIGgwJuapoJNEMVkurUK9bQ7KO+V223bGC0TFI=";
hash = "sha256-AoTfX6Ov9Trj9a9i+K+NYCwxhQ9C5YYqx/15RBtgJYw=";
};
nativeBuildInputs = [