We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eba0f48 + c87fcdb commit f8e54f7Copy full SHA for f8e54f7
pkgs/by-name/ne/netavark/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "netavark";
13
- version = "1.14.0";
+ version = "1.14.1";
14
15
src = fetchFromGitHub {
16
owner = "containers";
17
repo = "netavark";
18
rev = "v${version}";
19
- hash = "sha256-/95tYUqjIPoyO2+YGza9RJ88YAbsIOzEB//d2FXfNZY=";
+ hash = "sha256-kAJOfZ4Q1EQ+JV1izXoLe/Z/qgxbzz3WbczM4fVhxfU=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-6XSKuohY7gpnGmRK/Y+c3+0es/KRbkXjt5XQU/HksQ0=";
+ cargoHash = "sha256-MdKTGLNf+7SzdkQNLOWgfmSE9TNLYzPFU0oXh6MnW5w=";
24
25
nativeBuildInputs = [ installShellFiles mandown protobuf go-md2man ];
26
0 commit comments