about summary refs log tree commit diff
path: root/pkgs/development/tools/godot
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-10-05 10:53:58 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-11-01 19:49:35 -0300
commit01768412a223856e9345f89aa5cf9d3798628a5d (patch)
tree8e3a5ee67fc00df2b8ca1bbb4ed60b760c9c1048 /pkgs/development/tools/godot
parent8c72f651b51d761ad38d56fdac920946e46dffb9 (diff)
godot_4: 4.1.1 -> 4.1.3-stable
Release: https://github.com/godotengine/godot/releases/tag/4.1.3-stable

Changelog: https://github.com/godotengine/godot/blob/4.1.3-stable/CHANGELOG.md

* Added suffix "-stable" to sync with upstream.
Diffstat (limited to 'pkgs/development/tools/godot')
-rw-r--r--pkgs/development/tools/godot/4/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix
index 986d2d7745f39..b7dc3b04ac5a1 100644
--- a/pkgs/development/tools/godot/4/default.nix
+++ b/pkgs/development/tools/godot/4/default.nix
@@ -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 = [