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

Commits on May 11, 2017

  1. vndr: 20161110 -> 20170511

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed May 11, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4f58a49 View commit details
  2. Merge pull request #25703 from vdemeester/update-vndr

    vndr: 20161110 -> 20170511
    Mic92 authored May 11, 2017
    Copy the full SHA
    f2c2aec View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/development/tools/vndr/default.nix
7 changes: 4 additions & 3 deletions pkgs/development/tools/vndr/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,17 @@

buildGoPackage rec {
name = "vndr-${version}";
version = "20161110-${lib.strings.substring 0 7 rev}";
rev = "cf8678fba5591fbacc4dafab1a22d64f6c603c20";
version = "20170511-${lib.strings.substring 0 7 rev}";
rev = "0cb33a0eb64c8ca73b8e2939a3430b22fbb8d3e3";

goPackagePath = "github.com/LK4D4/vndr";
excludedPackages = "test";

src = fetchFromGitHub {
inherit rev;
owner = "LK4D4";
repo = "vndr";
sha256 = "1fbrpdpfir05hqj1dr8rxw8hnjkhl0xbzncxkva56508vyyzbxcs";
sha256 = "02vdr59xn79hffayfcxg29nf62rdc33a60i104fgj746kcswgy5n";
};

meta = {