godot_4: 4.0.3-stable -> 4.1-stable

This commit is contained in:
R. Ryantm 2023-07-11 11:19:52 +00:00
parent 547a750222
commit 1a6a9e9023

View file

@ -53,13 +53,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "godot"; pname = "godot";
version = "4.0.3-stable"; version = "4.1-stable";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "godotengine"; owner = "godotengine";
repo = "godot"; repo = "godot";
rev = version; rev = version;
hash = "sha256-g9+CV3HsiJqiSJpZvK0N7BqKzp2Pvi6otjRLsFdmWGk="; hash = "sha256-v9qKrPYQz4c+xkSu/2ru7ZE5EzKVyXhmrxyHZQkng2U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [