Skip to content

Commit 2ecff20

Browse files
committed
[RELEASE] Update windows archive reference in bazel/rules_emerge
1 parent f28b059 commit 2ecff20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/rules_emerge/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module(
22
name = "rules_emerge",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
# these two lines are syntactically sensitive: the .github/workflows/release.yaml workflows will update these two variables
77
# with the correct reference to the release artifacts on all new releases
8-
_WINDOWS_DOWNLOAD_URL = "https://github.com/emerge-lang/compiler/releases/download/v0.4.0/emerge-toolchain-windows-x86_64-0.4.0.zip"
8+
_WINDOWS_DOWNLOAD_URL = "https://github.com/emerge-lang/compiler/releases/download/v0.4.1/emerge-toolchain-windows-x86_64-0.4.1.zip"
99

10-
_WINDOWS_SHA256 = "8DFA9C9D6851341AE6B38177C3F4BC81E624602E2115E1215CCA5554BCB1C8FD"
10+
_WINDOWS_SHA256 = "996ADC48596DCC2F45690F0C2976E7C1C9F13B30F2E47DB2DD87A0C1376CDBDC"
1111

1212
bazel_dep(name = "platforms", version = "0.0.10")
1313
bazel_dep(name = "bazel_skylib", version = "1.7.1")

0 commit comments

Comments
 (0)