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

Commits on Mar 22, 2019

  1. minishift: 1.32.0 -> 1.33.0

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Mar 22, 2019
    Copy the full SHA
    63154c8 View commit details

Commits on Mar 23, 2019

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

    minishift: 1.32.0 -> 1.33.0
    worldofpeace authored Mar 23, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    1dbbb02 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.32.0";
version = "1.33.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 = "06qhcycnr06fw5dmmzwizmknm0j34j43894nl3kxa5mxh8x542pa";
sha256 = "0n3pj410bgjblv27p55piln0vi618mnyzzswcyfc2v73bfnzrydf";
};

nativeBuildInputs = [ pkgconfig go-bindata makeWrapper ];