firecracker: 1.4.0 -> 1.4.1

Diff: https://github.com/firecracker-microvm/firecracker/compare/v1.4.0...v1.4.1
Changelog: https://github.com/firecracker-microvm/firecracker/releases/tag/v1.4.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

authored by

Muhammad Falak R Wani and committed by
Austin Seipp
3608abee 4183880e

+4 -2
+4 -2
pkgs/applications/virtualization/firecracker/default.nix
··· 1 { fetchurl, lib, stdenv }: 2 3 let 4 - version = "1.4.0"; 5 # nixpkgs-update: no auto update 6 7 suffix = { ··· 23 24 sourceRoot = "."; 25 src = dlbin { 26 - x86_64-linux = "sha256-WSa8fd0OSPo1HFkH6i8cGMNH1df88xI6PCx39ONb73c="; 27 aarch64-linux = "sha256-eOsO/nbwKT50tC5g6INPELh2yVb5C3EGqNLQLT7IGBs="; 28 }; 29 ··· 50 meta = with lib; { 51 description = "Secure, fast, minimal micro-container virtualization"; 52 homepage = "http://firecracker-microvm.io"; 53 license = licenses.asl20; 54 platforms = [ "x86_64-linux" "aarch64-linux" ]; 55 maintainers = with maintainers; [ thoughtpolice endocrimes ];
··· 1 { fetchurl, lib, stdenv }: 2 3 let 4 + version = "1.4.1"; 5 # nixpkgs-update: no auto update 6 7 suffix = { ··· 23 24 sourceRoot = "."; 25 src = dlbin { 26 + x86_64-linux = "sha256-iSz0XlaJqsGICtoG23Y2jDkKU/GM6vPR3kcwsAcJ3X8="; 27 aarch64-linux = "sha256-eOsO/nbwKT50tC5g6INPELh2yVb5C3EGqNLQLT7IGBs="; 28 }; 29 ··· 50 meta = with lib; { 51 description = "Secure, fast, minimal micro-container virtualization"; 52 homepage = "http://firecracker-microvm.io"; 53 + changelog = "https://github.com/firecracker-microvm/firecracker/releases/tag/v${version}"; 54 + mainProgram = "firecracker"; 55 license = licenses.asl20; 56 platforms = [ "x86_64-linux" "aarch64-linux" ]; 57 maintainers = with maintainers; [ thoughtpolice endocrimes ];