Skip to content

Commit cc4eb12

Browse files
firecracker: 1.11.0 -> 1.12.0 (#404937)
Co-authored-by: usertam <[email protected]>
2 parents 6ed4881 + 34ee4fb commit cc4eb12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fi/firecracker/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "firecracker";
14-
version = "1.11.0";
14+
version = "1.12.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "firecracker-microvm";
1818
repo = "firecracker";
1919
rev = "v${version}";
20-
hash = "sha256-Iqhj4BteFTBhhgQmyJVNdRHrXd/kaMRbOJ3eRKilYpw=";
20+
hash = "sha256-joypOLe/cagPT+sNd9LEY5ueCPYjK47/RzNZBOZBbHQ=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-G6PtJb0Qh7TOq5PcfoYvkY4LEwRj63RbDdxYbzqVxkc=";
24+
cargoHash = "sha256-/ko1WjJ2Z7B00hcTfqNiOqWj0QmDNDroT9HoaySoeYU=";
2525

2626
# For [email protected]: use external bindgen.
2727
AWS_LC_SYS_EXTERNAL_BINDGEN = "true";

0 commit comments

Comments
 (0)