Merge pull request #219029 from CyborgPotato/godot

godot: 4.0-rc1 -> 4.0-stable
This commit is contained in:
superherointj 2023-03-01 18:03:58 -03:00 committed by GitHub
commit a2c63100b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,13 +53,13 @@ let
in
stdenv.mkDerivation rec {
pname = "godot";
version = "4.0-rc1";
version = "4.0-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "c4fb119f03477ad9a494ba6cdad211b35a8efcce";
hash = "sha256-YJrm3or4QSzs+MDc06gY6TvUtWRgLST8RkdsomY8lZk=";
rev = version;
hash = "sha256-BaSIHTV7LFV5VqjW+q7u/t/DR6JS6vxfREab6EdKYPU=";
};
nativeBuildInputs = [