about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBen Navetta <ben.navetta@gmail.com>2024-03-15 08:09:04 -0400
committerAustin Seipp <aseipp@pobox.com>2024-03-15 14:34:33 -0500
commitf8399b228ef35e29216ad7a79c7bb44234ff69f3 (patch)
treee0448f722103e6a098904c9fa19f1e1c8a5e7d25 /pkgs
parent55a2b9635526de08fb637275fc0d727f3518c154 (diff)
downloadnixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar.gz
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar.bz2
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar.lz
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar.xz
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.tar.zst
nixlib-f8399b228ef35e29216ad7a79c7bb44234ff69f3.zip
buck2: unstable-2024-01-15 -> unstable-2024-03-15
https://github.com/facebook/buck2/releases/tag/2024-03-15

This is needed to use Buck2 from nixpkgs with the latest
prelude, due to needing the `remote_execution_dependencies` parameter
for https://github.com/facebook/buck2-prelude/commit/99c1bcf441c1edc6aa568a6334fa61c182890f68.

Among other things, updating Buck2 adds support for the
`remote_execution`
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/build-managers/buck2/default.nix4
-rw-r--r--pkgs/development/tools/build-managers/buck2/hashes.json10
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/tools/build-managers/buck2/default.nix b/pkgs/development/tools/build-managers/buck2/default.nix
index 20b1d184e8e1..3aad79ce1e58 100644
--- a/pkgs/development/tools/build-managers/buck2/default.nix
+++ b/pkgs/development/tools/build-managers/buck2/default.nix
@@ -38,7 +38,7 @@ let
   buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json);
 
   # our version of buck2; this should be a git tag
-  version = "2024-01-15";
+  version = "2024-03-15";
 
   # the platform-specific, statically linked binary — which is also
   # zstd-compressed
@@ -63,7 +63,7 @@ let
   # tooling
   prelude-src =
     let
-      prelude-hash = "ccf6f5d1693cfa215b60212cf9863d27c6fd6a69";
+      prelude-hash = "c68a0e4b35928891e72df1738c890bfcb76a6174";
       name = "buck2-prelude-${version}.tar.gz";
       hash = buildHashes."_prelude";
       url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz";
diff --git a/pkgs/development/tools/build-managers/buck2/hashes.json b/pkgs/development/tools/build-managers/buck2/hashes.json
index 687a2f585f02..280228e6f4e8 100644
--- a/pkgs/development/tools/build-managers/buck2/hashes.json
+++ b/pkgs/development/tools/build-managers/buck2/hashes.json
@@ -1,7 +1,7 @@
 { "_comment": "@generated by pkgs/development/tools/build-managers/buck2/update.sh"
-, "_prelude": "sha256-Bsd545xKass+Sua1sTFRNJgOokaHS62AKvhiLuqL58w="
-, "x86_64-linux": "sha256-Oxgz96x9INVDybJIRlBvIa76V7ngUxYh9Uo6Hdo/3pQ="
-, "x86_64-darwin": "sha256-tOlp6LKdQZg6TK2Ki8yf/e38Ibrx3fDrzOzC6bzGtrQ="
-, "aarch64-linux": "sha256-LmMbh/4tckZN1J8GJzMt8GyPmQbk3zc9DwXqJ004O7c="
-, "aarch64-darwin": "sha256-qsdHCxtJzu+UMVl1AcQh3cgDWQAITQNJEnfEN9A1W5M="
+, "_prelude": "sha256-PTetJetdpFU3bKLU1WESMwIEZox86IcrczvCxmaQzoE="
+, "x86_64-linux": "sha256-2vaKYCFRu2fNA/Nsu3HHT5DWtNeMnEfE8FVl7bat1HQ="
+, "x86_64-darwin": "sha256-zzB3sPOCDGWAb4CQO0yjb7Bph+ioi3cJoMYO/2YzXfU="
+, "aarch64-linux": "sha256-sx8rcADlfdAECL/SSHeB7vzxoedqx6+yT7yJp1qLBgM="
+, "aarch64-darwin": "sha256-GKQ8Xfe9iRpgq5SrM6nyyIPBh9gC25uN/vzGRjViQdQ="
 }