firecracker: 1.4.1 -> 1.5.0

This commit is contained in:
Astro 2023-10-12 19:48:53 +02:00 committed by Austin Seipp
parent 3608abee2e
commit 2f0415e589

View file

@ -1,7 +1,7 @@
{ fetchurl, lib, stdenv }: { fetchurl, lib, stdenv }:
let let
version = "1.4.1"; version = "1.5.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-iSz0XlaJqsGICtoG23Y2jDkKU/GM6vPR3kcwsAcJ3X8="; x86_64-linux = "sha256-TzNPWcLDKOv12eJ9PHckdJ7tfdlozPoXj2fbdOzHfAk=";
aarch64-linux = "sha256-eOsO/nbwKT50tC5g6INPELh2yVb5C3EGqNLQLT7IGBs="; aarch64-linux = "sha256-cHNMfcoHCBw+BnWx9USny8jyvH97gXCCJW1aKvPXgCs=";
}; };
dontConfigure = true; dontConfigure = true;