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

Commits on Nov 26, 2018

  1. gauge: 1.0.2 -> 1.0.3 (#51068)

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and timokau committed Nov 26, 2018
    Copy the full SHA
    39bfdab View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/gauge/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/gauge/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
name = "gauge-${version}";
version = "1.0.2";
version = "1.0.3";

goPackagePath = "github.com/getgauge/gauge";
excludedPackages = ''\(build\|man\)'';
@@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
sha256 = "0cnhkxfw78i4lgkbrk87hgrjh98f0z6a97g77c9av20z4962hmfy";
sha256 = "0dcsgszg6ilf3sxan3ahf9cfpw66z3mh2svg2srxv8ici3ak8a2x";
};

meta = with stdenv.lib; {