python312Packages.libnbd: 1.20.2 -> 1.22.1

This commit is contained in:
R. Ryantm
2025-03-07 07:58:59 +00:00
parent f104cca31b
commit 7914e92a13
+2 -2
View File
@@ -22,11 +22,11 @@ lib.throwIf (buildOcamlBindings && !lib.versionAtLeast ocamlPackages.ocaml.versi
stdenv.mkDerivation
rec {
pname = "libnbd";
version = "1.20.2";
version = "1.22.1";
src = fetchurl {
url = "https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-stable/${pname}-${version}.tar.gz";
hash = "sha256-7DgviwGPPLccTPvomyH+0CMknXmR2wENsxpXD97OP84=";
hash = "sha256-9oVJrU2YcXGnKaDf8SoHKGtG7vpH5355/DKIiYrchHI=";
};
nativeBuildInputs =