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

Commits on May 31, 2019

  1. minishift: 1.33.0 -> 1.34.0

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed May 31, 2019
    Copy the full SHA
    2ae5777 View commit details

Commits on Jun 1, 2019

  1. Merge pull request #62286 from vdemeester/update-minishift

    minishift: 1.33.0 -> 1.34.0
    worldofpeace authored Jun 1, 2019
    Copy the full SHA
    67ed5b3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/cluster/minishift/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/minishift/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
}:

let
version = "1.33.0";
version = "1.34.0";

# Update these on version bumps according to Makefile
centOsIsoVersion = "v1.15.0";
@@ -18,7 +18,7 @@ in buildGoPackage rec {
owner = "minishift";
repo = "minishift";
rev = "v${version}";
sha256 = "0n3pj410bgjblv27p55piln0vi618mnyzzswcyfc2v73bfnzrydf";
sha256 = "0nc1g4lmz5ww6rjyyanp9vq4sj6fvi9zf9qjc4lpsmapddhjkdy7";
};

nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];