Created
March 28, 2019 15:39
godot-3.1 nixpkg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in stdenv.mkDerivation rec { | |
name = "godot-${version}"; | |
version = "3.1"; | |
src = fetchFromGitHub { | |
owner = "godotengine"; | |
repo = "godot"; | |
rev = "${version}-stable"; | |
sha256 = "1z37znqzbn0x8s04pb9dxzni9jzl8m59nfrr14vypww42f9l5i7i"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment