summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-28 19:07:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-28 19:07:49 +0000
commitd0e279751607e19c4c5e407760daa33b7541ff4e (patch)
tree10b0e1852dc27d9f8463863eb31191b58423b36f
parent8f267bdfbe31b01eb82ca36a27e67f159a4a2f3e (diff)
downloadnixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar.gz
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar.bz2
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar.lz
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar.xz
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.tar.zst
nixpkgs-d0e279751607e19c4c5e407760daa33b7541ff4e.zip
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 09e30c3a9ad..f04d4e9ab7c 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 ];