firecracker: 1.6.0 -> 1.7.0

This commit is contained in:
Marcelo Giles 2024-04-14 00:01:32 -07:00 committed by Austin Seipp
parent 6c93e5e30c
commit 3350a1f033

View file

@ -1,7 +1,7 @@
{ fetchurl, lib, stdenv }: { fetchurl, lib, stdenv }:
let let
version = "1.6.0"; version = "1.7.0";
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
suffix = { suffix = {
@ -23,8 +23,8 @@ stdenv.mkDerivation {
sourceRoot = "."; sourceRoot = ".";
src = dlbin { src = dlbin {
x86_64-linux = "sha256-FflAYvWTcigIchVrAaUgg6IRleEtis6eh6fCqrZ5lb8="; x86_64-linux = "sha256-Vb0+bVmf3RCONuUvmu4jGfBsGKkPL6SbZOk/3wb1/1M=";
aarch64-linux = "sha256-4O0kPMl7RbMjszUNql0OQrl/4or/e8ZCHPngqq0CNxk="; aarch64-linux = "sha256-PLoQA4a6qulxSns/ZRSgn6EtHr46/hstNhP1pAHt9VA=";
}; };
dontConfigure = true; dontConfigure = true;