Commit 01768412 authored by superherointj's avatar superherointj
Browse files

godot_4: 4.1.1 -> 4.1.3-stable

parent 8c72f651
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "godot";
  version = "4.1.1";
  commitHash = "bd6af8e0ea69167dd0627f3bd54f9105bda0f8b5";
  version = "4.1.3-stable";
  commitHash = "fc79201851a16215f9554884aa242ed957801b10";

  src = fetchFromGitHub {
    owner = "godotengine";
    repo = "godot";
    rev = commitHash;
    hash = "sha256-0CErsMTrBC/zYcabAtjYn8BWAZ1HxgozKdgiqdsn3q8=";
    hash = "sha256-z5JRPhdEO20AodS12MApgur0BMHGToUjo2r2eI77nNc=";
  };

  nativeBuildInputs = [