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: 60ddfac0c65c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb279c604618
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 16, 2019

  1. nsjail: 2.8 -> 2.9

    dtzWill committed Sep 16, 2019
    Copy the full SHA
    7694873 View commit details

Commits on Oct 5, 2019

  1. Merge pull request #68913 from dtzWill/update/nsjail-2.9

    nsjail: 2.8 -> 2.9
    c0bw3b authored Oct 5, 2019
    Copy the full SHA
    cb279c6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/nsjail/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/nsjail/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

stdenv.mkDerivation rec {
pname = "nsjail";
version = "2.8";
version = "2.9";

src = fetchFromGitHub {
owner = "google";
repo = "nsjail";
rev = version;
fetchSubmodules = true;
sha256 = "0cgycj0cz74plmz4asxryqprg6mkzpmnxzqbfsp1wwackinxq5fq";
sha256 = "0218n0qjb45fawqqfj3gdxgd0fw5k0vxn9iggi0ciljmr9zywkgh";
};

postPatch = ''