Skip to content

Instantly share code, notes, and snippets.

@waylandc
Created March 28, 2019 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waylandc/1b36213308be37e8e29992c52f9bea05 to your computer and use it in GitHub Desktop.
Save waylandc/1b36213308be37e8e29992c52f9bea05 to your computer and use it in GitHub Desktop.
godot-3.1 nixpkg
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