Skip to content

Commit

Permalink
netavark: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 11, 2022
1 parent 5ada888 commit 6c31998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/netavark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "netavark";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-72ft1VZVv6Wxfr3RsJMOVl1Z0KMVGgCsUHKGH+filzg=";
sha256 = "sha256-5LczayUgIJ2mcSiHKadegzTM8PvejAD0lhUlXO4Js30=";
};

cargoHash = "sha256-FboPbOjkGRzOeoXrIkl1l2BXeid4AOiwxCJ6wlGQ66g=";
cargoHash = "sha256-gBdhdJD5EkkYNdpTNq+spySaoWnWViy9+bXTL7ps4PE=";

nativeBuildInputs = [ installShellFiles mandown ];

Expand Down

0 comments on commit 6c31998

Please sign in to comment.