Merge pull request #193383 from r-ryantm/auto-update/godot

godot: 3.5 -> 3.5.1
This commit is contained in:
Mario Rodas
2022-09-30 06:51:08 -05:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "godot";
version = "3.5";
version = "3.5.1";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "sha256-aU5cTiz7OaM0fsv0EzJDUA1Es+Ei63CKLE6GVspJexc=";
sha256 = "sha256-uHwTthyhfeQN0R1XjqZ+kGRa5WcpeQzA/DO9hZk4lvU=";
};
nativeBuildInputs = [ pkg-config makeWrapper ];