mdarocha 7996084a7a openraPackages.engines.bleed: init at 20250531
This is the bleeding-edge version, compiled straight from the `bleed`
branch.
2025-05-31 14:00:55 +02:00

10 lines
244 B
Nix

{ buildOpenRAEngine, dotnetCorePackages }:
buildOpenRAEngine {
build = "release";
version = "20250330";
hash = "sha256-chWkzn/NLZh2gOua9kE0ubRGjGCC0LvtZSWHBgXKqHw=";
deps = ./deps.json;
dotnet-sdk = dotnetCorePackages.sdk_6_0-bin;
}