Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98e46cec92fb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f41c0fc7d8e4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 16, 2020

  1. firecracker: 0.21.1 -> 0.21.3

    Closes #102788.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 16, 2020
    Copy the full SHA
    f41c0fc View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/virtualization/firecracker/default.nix
10 changes: 5 additions & 5 deletions pkgs/applications/virtualization/firecracker/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ fetchurl, stdenv }:

let
version = "0.21.1";
version = "0.21.3";

suffix = {
x86_64-linux = "x86_64";
@@ -15,13 +15,13 @@ let
};

firecracker-bin = fetchbin "firecracker" {
x86_64-linux = "0g4fja3bz1fsyz8vj99199yblkn46ygf33ldwd1ssw8f957vbwnb";
aarch64-linux = "1qyppcxnh7f42fs4px5rvkk6lza57h2sq9naskvqn5zy4vsvq89s";
x86_64-linux = "13mvdl7gk837w485vk0rrj084ids3nxs60014psg65vl7akwb9rr";
aarch64-linux = "0s9gg6bz46yy0ix8s5wm1hcm420rh32ip3axa1by4rashgp804ka";
};

jailer-bin = fetchbin "jailer" {
x86_64-linux = "0x89pfmqci9d3i9fi9b9zm94yr2v7pq7kp3drlb952jkdfj0njyk";
aarch64-linux = "03fx9sk88jm23wqm8fraqd1ccfhbqvc310mkfv1f5p2ykhq2ahrk";
x86_64-linux = "0pyplam86arsc8mqhmmg47vin91b7nqpk3p6rnys3gs99mc1n5wm";
aarch64-linux = "1h7x5828s09a393n8w4si7qclxngkw0d6zas3zmhviyr2xbjbz87";
};

in