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`

authored by Ben Navetta and committed by Austin Seipp f8399b22 55a2b963

+7 -7
+2 -2
pkgs/development/tools/build-managers/buck2/default.nix
··· 38 buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); 39 40 # our version of buck2; this should be a git tag 41 - version = "2024-01-15"; 42 43 # the platform-specific, statically linked binary — which is also 44 # zstd-compressed ··· 63 # tooling 64 prelude-src = 65 let 66 - prelude-hash = "ccf6f5d1693cfa215b60212cf9863d27c6fd6a69"; 67 name = "buck2-prelude-${version}.tar.gz"; 68 hash = buildHashes."_prelude"; 69 url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz";
··· 38 buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); 39 40 # our version of buck2; this should be a git tag 41 + version = "2024-03-15"; 42 43 # the platform-specific, statically linked binary — which is also 44 # zstd-compressed ··· 63 # tooling 64 prelude-src = 65 let 66 + prelude-hash = "c68a0e4b35928891e72df1738c890bfcb76a6174"; 67 name = "buck2-prelude-${version}.tar.gz"; 68 hash = buildHashes."_prelude"; 69 url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz";
+5 -5
pkgs/development/tools/build-managers/buck2/hashes.json
··· 1 { "_comment": "@generated by pkgs/development/tools/build-managers/buck2/update.sh" 2 - , "_prelude": "sha256-Bsd545xKass+Sua1sTFRNJgOokaHS62AKvhiLuqL58w=" 3 - , "x86_64-linux": "sha256-Oxgz96x9INVDybJIRlBvIa76V7ngUxYh9Uo6Hdo/3pQ=" 4 - , "x86_64-darwin": "sha256-tOlp6LKdQZg6TK2Ki8yf/e38Ibrx3fDrzOzC6bzGtrQ=" 5 - , "aarch64-linux": "sha256-LmMbh/4tckZN1J8GJzMt8GyPmQbk3zc9DwXqJ004O7c=" 6 - , "aarch64-darwin": "sha256-qsdHCxtJzu+UMVl1AcQh3cgDWQAITQNJEnfEN9A1W5M=" 7 }
··· 1 { "_comment": "@generated by pkgs/development/tools/build-managers/buck2/update.sh" 2 + , "_prelude": "sha256-PTetJetdpFU3bKLU1WESMwIEZox86IcrczvCxmaQzoE=" 3 + , "x86_64-linux": "sha256-2vaKYCFRu2fNA/Nsu3HHT5DWtNeMnEfE8FVl7bat1HQ=" 4 + , "x86_64-darwin": "sha256-zzB3sPOCDGWAb4CQO0yjb7Bph+ioi3cJoMYO/2YzXfU=" 5 + , "aarch64-linux": "sha256-sx8rcADlfdAECL/SSHeB7vzxoedqx6+yT7yJp1qLBgM=" 6 + , "aarch64-darwin": "sha256-GKQ8Xfe9iRpgq5SrM6nyyIPBh9gC25uN/vzGRjViQdQ=" 7 }