Merge pull request #231807 from kirillrdy/godot

godot: 3.5.1 -> 3.5.2
This commit is contained in:
Nick Cao 2023-05-14 20:34:43 -06:00 committed by GitHub
commit 167ff278c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "godot";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "sha256-uHwTthyhfeQN0R1XjqZ+kGRa5WcpeQzA/DO9hZk4lvU=";
sha256 = "sha256-C+1J5N0ETL1qKust+2xP9uB4x9NwrMqIm8aFAivVYQw=";
};
nativeBuildInputs = [ pkg-config makeWrapper ];