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

Commits on Apr 18, 2018

  1. rkt: 1.29.0 -> 1.30.0

    NeQuissimus committed Apr 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    7a42480 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/virtualization/rkt/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/rkt/default.nix
Original file line number Diff line number Diff line change
@@ -12,15 +12,15 @@ let
stage1Dir = "lib/rkt/stage1-images";

in stdenv.mkDerivation rec {
version = "1.29.0";
version = "1.30.0";
name = "rkt-${version}";
BUILDDIR="build-${name}";

src = fetchFromGitHub {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "0wnhii15pr4z190iladfcl4jzj9sgyl1bn5v63a3yy6nkmz9cfda";
sha256 = "0dqf83b7iin1np8k8k1m8i99ybga8vx932q7n2q64yghkw7p6i00";
};

stage1BaseImage = fetchurl {