nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #89357 from avdv/bazel-buildtools-3

bazel-buildtools: 2.2.1 -> 3.2.0

authored by

Mario Rodas and committed by
GitHub
a1cae93d cc1f954b

+2 -2
+2 -2
pkgs/development/tools/build-managers/bazel/buildtools/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "bazel-buildtools"; 5 - version = "2.2.1"; 5 + version = "3.2.0"; 6 6 7 7 goPackagePath = "github.com/bazelbuild/buildtools"; 8 8 ··· 10 10 owner = "bazelbuild"; 11 11 repo = "buildtools"; 12 12 rev = version; 13 - sha256 = "165jvn7r7bxivb8mpvp6dni5a5ns9a3vm6y5clyxdbjhfkll8wra"; 13 + sha256 = "0r3vc47w5vxgy5rzh75q0lng1c490ic1a1dcc0ih7dcl6i5p1p88"; 14 14 }; 15 15 16 16 goDeps = ./deps.nix;