···38 buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json);
3940 # our version of buck2; this should be a git tag
41- version = "2023-09-01";
4243 # the platform-specific, statically linked binary — which is also
44 # zstd-compressed
···63 # tooling
64 prelude-src =
65 let
66- prelude-hash = "3526cf5512668040e011d67e1e272da588264f3b";
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);
3940 # our version of buck2; this should be a git tag
41+ version = "2023-09-15";
4243 # the platform-specific, statically linked binary — which is also
44 # zstd-compressed
···63 # tooling
64 prelude-src =
65 let
66+ prelude-hash = "1cdbe261a4e669d9bb25bac5617b17919b2bb05c";
67 name = "buck2-prelude-${version}.tar.gz";
68 hash = buildHashes."_prelude";
69 url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz";