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

godot_4: 4.0.3-stable -> 4.1-stable
This commit is contained in:
Weijia Wang
2023-07-11 22:24:14 +03:00
committed by GitHub
+2 -2
View File
@@ -53,13 +53,13 @@ let
in
stdenv.mkDerivation rec {
pname = "godot";
version = "4.0.3-stable";
version = "4.1-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
hash = "sha256-g9+CV3HsiJqiSJpZvK0N7BqKzp2Pvi6otjRLsFdmWGk=";
hash = "sha256-v9qKrPYQz4c+xkSu/2ru7ZE5EzKVyXhmrxyHZQkng2U=";
};
nativeBuildInputs = [