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

godot: 3.4.2 -> 3.4.4
This commit is contained in:
Mario Rodas 2022-04-10 08:09:46 -05:00 committed by GitHub
commit 57b56f76f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation rec {
pname = "godot";
version = "3.4.2";
version = "3.4.4";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "sha256-RVXBFTHiI2yAkXWlHNa/jL8svQgqtsml6RuykhL1qa4=";
sha256 = "sha256-3AESLzqozi7Fc80u8Ml3ergZMkIhHy4tNlRe/3FsE6k=";
};
nativeBuildInputs = [ pkg-config ];