Merge pull request #226892 from r-ryantm/auto-update/godot_4

godot_4: 4.0.1-stable -> 4.0.2-stable
This commit is contained in:
Weijia Wang 2023-04-20 22:51:40 +03:00 committed by GitHub
commit 7d5ec38b72
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.1-stable";
version = "4.0.2-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
hash = "sha256-0PDKZ92PJo9N5oP56/Z8bzhVhfO7IHdtQ5rMj5Difto=";
hash = "sha256-kFIpY8kHa8ds/JgYWcUMB4RhwcJDebfeWFnI3BkFWiI=";
};
nativeBuildInputs = [