about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 06:51:08 -0500
committerGitHub <noreply@github.com>2022-09-30 06:51:08 -0500
commit06185da85df83bc8f450602f09d71c49cee5f618 (patch)
treed4dedd38464cae10580df9b447c58184726432ae
parent83770d45529117c8065c3f1ccd8df7a8d08f00a6 (diff)
parentd0e279751607e19c4c5e407760daa33b7541ff4e (diff)
Merge pull request #193383 from r-ryantm/auto-update/godot
godot: 3.5 -> 3.5.1
-rw-r--r--pkgs/development/tools/godot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/godot/default.nix b/pkgs/development/tools/godot/default.nix
index 09e30c3a9ad43..f04d4e9ab7c32 100644
--- a/pkgs/development/tools/godot/default.nix
+++ b/pkgs/development/tools/godot/default.nix
@@ -33,13 +33,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "godot";
-  version = "3.5";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "godotengine";
     repo = "godot";
     rev = "${version}-stable";
-    sha256 = "sha256-aU5cTiz7OaM0fsv0EzJDUA1Es+Ei63CKLE6GVspJexc=";
+    sha256 = "sha256-uHwTthyhfeQN0R1XjqZ+kGRa5WcpeQzA/DO9hZk4lvU=";
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper ];