godot: 3.4.2 -> 3.4.4

This commit is contained in:
R. Ryantm 2022-04-07 23:42:13 +00:00
parent eb910c91fa
commit ebe2adcc71

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 ];