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

Commits on Oct 7, 2020

  1. bazelisk: 1.6.1 -> 1.7.1

    marsam committed Oct 7, 2020
    Copy the full SHA
    fe0460a View commit details

Commits on Oct 9, 2020

  1. Merge pull request #99917 from marsam/update-bazelisk

    bazelisk: 1.6.1 -> 1.7.1
    marsam authored Oct 9, 2020
    Copy the full SHA
    7e1c3c0 View commit details
Showing with 3 additions and 17 deletions.
  1. +3 −5 pkgs/development/tools/bazelisk/default.nix
  2. +0 −12 pkgs/development/tools/bazelisk/gomod.patch
8 changes: 3 additions & 5 deletions pkgs/development/tools/bazelisk/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,16 @@

buildGoModule rec {
pname = "bazelisk";
version = "1.6.1";

patches = [ ./gomod.patch ];
version = "1.7.1";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "0g5zwdk7p1snqcbm4w3hsi3fm7sbsijrfj4ajxg7mifywqpmzm2l";
sha256 = "18akakh9bnpn0sngxar9f0r9hhx7dkd8y6q4j16x2d193gcw53c7";
};

vendorSha256 = "1jgm6j04glvk7ib5yd0h04p9qxzl1ca100cv909kngx52jp61yxp";
vendorSha256 = "116wy1a7gmi2w8why9hszhcybfvpwp4iq62vshb25cdcma6q4mjh";

doCheck = false;

12 changes: 0 additions & 12 deletions pkgs/development/tools/bazelisk/gomod.patch

This file was deleted.