mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firecracker-vm: update to 1.7.0
This commit is contained in:
parent
79eb24e0f3
commit
4c1029566e
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
|||
fcsrc = fetchFromGitHub {
|
||||
owner = "firecracker-microvm";
|
||||
repo = "firecracker";
|
||||
rev = "e1c351bdde745d33858e04089eef6e2279b286fd";
|
||||
hash = "sha256-LvVqA5jBKWQYeV9OHrrb+1gmAqHxDszeVBhFwweDrmo=";
|
||||
rev = "v1.7.0";
|
||||
hash = "sha256-NuVH12cy38uu+8oms66p9k0xoMOJSl5AvY5pD1FCKkI=";
|
||||
};
|
||||
|
||||
shortVer = builtins.head (
|
||||
|
|
Loading…
Reference in a new issue