Merge pull request #222613 from Garmelon/godot-4.0.1

godot_4: 4.0-stable -> 4.0.1-stable
This commit is contained in:
Weijia Wang 2023-03-25 18:36:42 +02:00 committed by GitHub
commit 2c5c1d282c
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-stable";
version = "4.0.1-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
hash = "sha256-BaSIHTV7LFV5VqjW+q7u/t/DR6JS6vxfREab6EdKYPU=";
hash = "sha256-0PDKZ92PJo9N5oP56/Z8bzhVhfO7IHdtQ5rMj5Difto=";
};
nativeBuildInputs = [