Skip to content

Commit

Permalink
buck2: unstable-2023-10-01 -> unstable-2023-10-15
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtpolice committed Oct 16, 2023
1 parent 6b37f75 commit 19bc53a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/buck2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let
buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json);

# our version of buck2; this should be a git tag
version = "2023-10-01";
version = "2023-10-15";

# the platform-specific, statically linked binary — which is also
# zstd-compressed
Expand All @@ -63,7 +63,7 @@ let
# tooling
prelude-src =
let
prelude-hash = "75aa81a92edd2bf477538f9a3f0fe6a47e811842";
prelude-hash = "880be565178cf1e08ce9badef52b215f91e48479";
name = "buck2-prelude-${version}.tar.gz";
hash = buildHashes."_prelude";
url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz";
Expand Down
10 changes: 5 additions & 5 deletions pkgs/development/tools/build-managers/buck2/hashes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "_comment": "@generated by pkgs/development/tools/build-managers/buck2/update.sh"
, "_prelude": "sha256-SshYnziEP/2jdoeLZYkQOvH56VBOJZaf0TUt++tLO1U="
, "x86_64-linux": "sha256-eztjSDjgtXZWeDSPsKNSUGlIR+g8DsByIjDpcGNXB2s="
, "x86_64-darwin": "sha256-buC0mShgDPU1+oeuNdjP6hNq1MoJDIPaEHCGL+Rcsr8="
, "aarch64-linux": "sha256-52Ld12TzC51OutjZY+idpd7GhFr2tPksz1pda4F9Zag="
, "aarch64-darwin": "sha256-b9peYBF9FZbSdMiwC8E/+y15pWlFe37/Euj5v8q3v1E="
, "_prelude": "sha256-mm9jU74rsLpiMzuDmSih6tzY4+NOiR15j+W96BVe/OI="
, "x86_64-linux": "sha256-qxymUjsSwCf6ev5TwlkWVGtMc9tj6Vt4yMIPaLHFAMM="
, "x86_64-darwin": "sha256-DGfpByvL4gmP+CR7VLCZS8IGSJ3esHhuKxHUfXJb/6k="
, "aarch64-linux": "sha256-zc9LEYmpVJttCTI6Qxm25KZRX8CJVJzVtSbouw0LB6g="
, "aarch64-darwin": "sha256-HUzpKJQN/22IQYmHLhW0fVQs0f86rREMTlp+yOfK0+Y="
}

0 comments on commit 19bc53a

Please sign in to comment.