Commit 0b73f09d authored by betaboon's avatar betaboon
Browse files

bazel-watcher: fix build after default-go version upgrade

parent e768d95f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, bazel_5
, fetchFromGitHub
, git
, go
, go_1_21
, python3
, lib, stdenv
}:
@@ -38,7 +38,7 @@ buildBazelPackage rec {
    hash = "sha256-ebNHAYKyE3226KiCc2/VSz1OSITuPwuYlAIS3JrWzj0=";
  };

  nativeBuildInputs = [ go git python3 ];
  nativeBuildInputs = [ go_1_21 git python3 ];
  removeRulesCC = false;

  bazel = bazel_5;