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

Commits on Mar 11, 2018

  1. Copy the full SHA
    c2c9d39 View commit details
  2. Merge pull request #36455 from dtzWill/update/runc-1.0.0rc5

    runc: 1.0.0rc4 -> 1.0.0rc5
    dtzWill authored Mar 11, 2018
    Copy the full SHA
    3cfbc9e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/virtualization/runc/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/runc/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ with lib;

stdenv.mkDerivation rec {
name = "runc-${version}";
version = "1.0.0-rc4";
version = "1.0.0-rc5";

src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "0dh24x0zw90hs7618pnqvjhd2nx8dpz3b5jwc1vbs8dawj8prir2";
sha256 = "1ikqw39jn8dzb4snc4pcg3z85jb67ivskdhx028k17ss29bf4062";
};

outputs = [ "out" "man" ];