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

Commits on May 29, 2019

  1. firejail: 0.9.58.2 -> 0.9.60

    dtzWill committed May 29, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    aadd2a6 View commit details

Commits on May 31, 2019

  1. Merge pull request #62186 from dtzWill/update/firejail-0.9.60

    firejail: 0.9.58.2 -> 0.9.60
    dtzWill authored May 31, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    8bc2cb9 View commit details
Showing with 3 additions and 4 deletions.
  1. +3 −4 pkgs/os-specific/linux/firejail/default.nix
7 changes: 3 additions & 4 deletions pkgs/os-specific/linux/firejail/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,10 @@ let
s = # Generated upstream information
rec {
baseName="firejail";
version="0.9.58.2";
version="0.9.60";
name="${baseName}-${version}";
hash="0ck40b5g1gr5w25qa1lnamwkqnnnbyl14na5c8bq0za0qpf2f8jx";
url="https://vorboss.dl.sourceforge.net/project/firejail/firejail/firejail-0.9.58.2.tar.xz";
sha256="0ck40b5g1gr5w25qa1lnamwkqnnnbyl14na5c8bq0za0qpf2f8jx";
url="mirror://sourceforge/firejail/firejail/firejail-${version}.tar.xz";
sha256="1mw2s040wbxaj4lqfm6033wxrxlnix40mqc2bsfran5sj2gxd3sh";
};
buildInputs = [
which