depot/pkgs/games/openra/engines/devtest/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
178 B
Nix
Raw Normal View History

{ buildOpenRAEngine }:
buildOpenRAEngine {
build = "devtest";
version = "20230414";
sha256 = "sha256-NU7NEINyrXSkEI5f3q0FLDve1NkNtr0Gww8E8WF9f5A=";
deps = ./deps.nix;
}