netavark: 1.7.0 -> 1.13.1 (#363955)

This commit is contained in:
Aleksana
2024-12-12 17:15:38 +08:00
committed by GitHub
+5 -4
View File
@@ -5,22 +5,23 @@
, mandown
, protobuf
, nixosTests
, go-md2man
}:
rustPlatform.buildRustPackage rec {
pname = "netavark";
version = "1.7.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-amvy8sR2gpTYU7wcfkFeYyaTvrhZC558zidNdHwxqaI=";
hash = "sha256-Vz2/Y8o6fiVdLElgytUqLfa1oK/kyu1+dks4aiDHMAY=";
};
cargoHash = "sha256-v8djyU+MvBmg929oFVPZlRPtj7zK8eZg3/KmCsFNWpw=";
cargoHash = "sha256-8qDeOY4yfDE7YX06W3QKSOws+F53XM8M3dclEbYMRsI=";
nativeBuildInputs = [ installShellFiles mandown protobuf ];
nativeBuildInputs = [ installShellFiles mandown protobuf go-md2man ];
postBuild = ''
make -C docs netavark.1