3
0
Fork 0
forked from mirrors/nixpkgs

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

godot_4: 4.0.2-stable -> 4.0.3-stable
This commit is contained in:
Weijia Wang 2023-05-27 16:45:32 +03:00 committed by GitHub
commit 51a8e504a1
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.2-stable";
version = "4.0.3-stable";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
hash = "sha256-kFIpY8kHa8ds/JgYWcUMB4RhwcJDebfeWFnI3BkFWiI=";
hash = "sha256-g9+CV3HsiJqiSJpZvK0N7BqKzp2Pvi6otjRLsFdmWGk=";
};
nativeBuildInputs = [