superherointj 2024-04-18 14:56:34 -03:00
parent 9edb990e0e
commit aa3a280b8d
1 changed files with 3 additions and 3 deletions

View File

@ -43,14 +43,14 @@ let
in
stdenv.mkDerivation rec {
pname = "godot4";
version = "4.2.1-stable";
commitHash = "b09f793f564a6c95dc76acc654b390e68441bd01";
version = "4.2.2-stable";
commitHash = "15073afe3856abd2aa1622492fe50026c7d63dc1";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = commitHash;
hash = "sha256-Q6Og1H4H2ygOryMPyjm6kzUB6Su6T9mJIp0alNAxvjQ=";
hash = "sha256-anJgPEeHIW2qIALMfPduBVgbYYyz1PWCmPsZZxS9oHI=";
};
nativeBuildInputs = [