Commit 3350a1f0 authored by Marcelo Giles's avatar Marcelo Giles Committed by Austin Seipp
Browse files

firecracker: 1.6.0 -> 1.7.0

parent 6c93e5e3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ fetchurl, lib, stdenv }:

let
  version = "1.6.0";
  version = "1.7.0";
  # nixpkgs-update: no auto update

  suffix = {
@@ -23,8 +23,8 @@ stdenv.mkDerivation {

  sourceRoot = ".";
  src = dlbin {
    x86_64-linux = "sha256-FflAYvWTcigIchVrAaUgg6IRleEtis6eh6fCqrZ5lb8=";
    aarch64-linux = "sha256-4O0kPMl7RbMjszUNql0OQrl/4or/e8ZCHPngqq0CNxk=";
    x86_64-linux = "sha256-Vb0+bVmf3RCONuUvmu4jGfBsGKkPL6SbZOk/3wb1/1M=";
    aarch64-linux = "sha256-PLoQA4a6qulxSns/ZRSgn6EtHr46/hstNhP1pAHt9VA=";
  };

  dontConfigure = true;