Created
March 28, 2019 15:39
-
-
Save waylandc/1b36213308be37e8e29992c52f9bea05 to your computer and use it in GitHub Desktop.
godot-3.1 nixpkg
This file contains 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