We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aa8ff commit bf0d3ffCopy full SHA for bf0d3ff
pkgs/development/tools/bazel-gazelle/default.nix
@@ -5,13 +5,13 @@
5
6
buildGoModule rec {
7
pname = "bazel-gazelle";
8
- version = "0.20.0";
+ version = "0.21.1";
9
10
src = fetchFromGitHub {
11
owner = "bazelbuild";
12
repo = pname;
13
rev = "v${version}";
14
- sha256 = "1rw9zq8rmc0zr91kk70xl67dl6jx4dswwisv3bd1f16yncqgv2a1";
+ sha256 = "12ffrildgx4lah7bdnhr7i8z5jp05lll6gmmpzshmzz8dsgf39y4";
15
};
16
17
vendorSha256 = null;
@@ -28,4 +28,4 @@ buildGoModule rec {
28
license = licenses.asl20;
29
maintainers = with maintainers; [ kalbasit ];
30
31
-}
+}
0 commit comments