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

Commits on Apr 28, 2019

  1. dep: 0.5.0 -> 0.5.1

    rvolosatovs committed Apr 28, 2019
    Copy the full SHA
    9aa9ca6 View commit details
  2. Merge pull request #60387 from rvolosatovs/update/dep

    dep: 0.5.0 -> 0.5.1
    marsam authored Apr 28, 2019
    Copy the full SHA
    2c71b34 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/dep/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/dep/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
name = "dep-${version}";
version = "0.5.0";
version = "0.5.1";
rev = "v${version}";

goPackagePath = "github.com/golang/dep";
@@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "golang";
repo = "dep";
sha256 = "1p35995w2f8rp4cxhcwnhdv26ajx6gxx9pm2ijb5sjy2pwhw5c6j";
sha256 = "1a5vq5v3ikg6iysbywxr5hcjnbv76nzhk50rd3iq3v2fnyq38dv2";
};

buildFlagsArray = ("-ldflags=-s -w -X main.commitHash=${rev} -X main.version=${version}");