File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
"check_bazel_version_compatible" ,
9
9
)
10
10
11
- _rules_nixpkgs_version = "0.11.1"
12
- _rules_nixpkgs_sha256 = "2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a"
11
+ # FIXME need an unreleased version for Bazel 7 support on darwin
12
+ # see https://github.com/tweag/rules_nixpkgs/commit/1677a789853677e2b198d0ab88d9ddf248b0b1a9
13
+ _rules_nixpkgs_version = "1677a789853677e2b198d0ab88d9ddf248b0b1a9"
14
+ _rules_nixpkgs_sha256 = None
13
15
14
16
_rules_sh_version = "v0.4.0"
15
17
_rules_sh_sha256 = "3243af3fcb3768633fd39f3654de773e5fb61471a2fae5762a1653c22c412d2c"
@@ -84,7 +86,7 @@ def rules_haskell_dependencies():
84
86
strip_prefix = "rules_nixpkgs-%s" % _rules_nixpkgs_version
85
87
86
88
rules_nixpkgs_url = \
87
- "https://github.com/tweag/rules_nixpkgs/releases/download/v {version}/{prefix }.tar.gz" .format (
89
+ "https://github.com/tweag/rules_nixpkgs/archive/ {version}.tar.gz" .format (
88
90
version = _rules_nixpkgs_version ,
89
91
prefix = strip_prefix ,
90
92
)
You can’t perform that action at this time.
0 commit comments