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

Commits on Mar 14, 2019

  1. Copy the full SHA
    862ea07 View commit details

Commits on Mar 17, 2019

  1. Merge pull request #57669 from dtzWill/update/libseccomp-2.4.0

    libseccomp: 2.3.3 -> 2.4.0
    dtzWill authored Mar 17, 2019
    Copy the full SHA
    c10dfbc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libseccomp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libseccomp/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libseccomp-${version}";
version = "2.3.3";
version = "2.4.0";

src = fetchurl {
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
sha256 = "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz";
sha256 = "0paj1szszpf8plykrd66jqg1x3kmqs395rbjskahld2bnplcfx1f";
};

outputs = [ "out" "lib" "dev" "man" ];