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

Commits on Jan 2, 2018

  1. vndr: 20170511-0cb33a0 -> 20171005-b57c579

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Jan 2, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    114cb09 View commit details
  2. Merge pull request #33322 from vdemeester/update-vndr

    vndr: 20170511-0cb33a0 -> 20171005-b57c579
    adisbladis authored Jan 2, 2018
    Copy the full SHA
    d17d945 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/vndr/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/vndr/default.nix
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@

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

goPackagePath = "github.com/LK4D4/vndr";
excludedPackages = "test";
@@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "LK4D4";
repo = "vndr";
sha256 = "02vdr59xn79hffayfcxg29nf62rdc33a60i104fgj746kcswgy5n";
sha256 = "15mmy4a06jgzvlbjbmd89f0xx695x8wg7jqi76kiz495i6figk2v";
};

meta = {