mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Add 7.0.0rc2, but some patches need an update
This commit is contained in:
parent
be69c186cc
commit
622804ab5d
1 changed files with 5 additions and 0 deletions
|
@ -59,17 +59,22 @@
|
|||
|
||||
let
|
||||
version = "7.0.0-pre.20231011.2";
|
||||
#version = "7.0.0rc2";
|
||||
sourceRoot = ".";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
|
||||
hash = "sha256-3kwNnFPGyRLBKSSzsa+pTNAHowH+fLjtwxiSY8RkbQc=";
|
||||
#url = "https://releases.bazel.build/7.0.0/rc2/bazel-${version}-dist.zip";
|
||||
#hash = "sha256-vUKMJ7jrcB5bupGHMDxEBE8U8kghq+RQ0+mYNYbYQws=";
|
||||
};
|
||||
|
||||
# Use builtins.fetchurl to avoid IFD, in particular on hydra
|
||||
lockfile = builtins.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/bazelbuild/bazel/${version}/MODULE.bazel.lock";
|
||||
sha256 = "sha256:0wdwkfq3mrg4dxvmq2prdsj1i5jyql8jc2wf3wx948cnc10pbfy7";
|
||||
#url = "https://raw.githubusercontent.com/bazelbuild/bazel/release-${version}/MODULE.bazel.lock";
|
||||
#sha256 = "sha256:1cp5dp3q8ck2w6x2lddij0pk9kikfh17sb1msxia4nsqjk2yj24j";
|
||||
};
|
||||
|
||||
# Two-in-one format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue