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

This commit is contained in:
betaboon 2024-05-03 13:00:47 +02:00
parent e768d95f41
commit 0b73f09d08

View File

@ -2,7 +2,7 @@
, bazel_5 , bazel_5
, fetchFromGitHub , fetchFromGitHub
, git , git
, go , go_1_21
, python3 , python3
, lib, stdenv , lib, stdenv
}: }:
@ -38,7 +38,7 @@ buildBazelPackage rec {
hash = "sha256-ebNHAYKyE3226KiCc2/VSz1OSITuPwuYlAIS3JrWzj0="; hash = "sha256-ebNHAYKyE3226KiCc2/VSz1OSITuPwuYlAIS3JrWzj0=";
}; };
nativeBuildInputs = [ go git python3 ]; nativeBuildInputs = [ go_1_21 git python3 ];
removeRulesCC = false; removeRulesCC = false;
bazel = bazel_5; bazel = bazel_5;