summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-07 23:42:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-07 23:42:13 +0000
commitebe2adcc71e9bbd4406d2893a866834bfa2ae6a3 (patch)
treed19b6dac9672d887aee7f4f4e51c2a10481764bd
parenteb910c91fa5538919e86be884c626a40c2bd4950 (diff)
downloadnixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar.gz
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar.bz2
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar.lz
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar.xz
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.tar.zst
nixpkgs-ebe2adcc71e9bbd4406d2893a866834bfa2ae6a3.zip
godot: 3.4.2 -> 3.4.4
-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 1860b864fd5..1bf38bbacf3 100644
--- a/pkgs/development/tools/godot/default.nix
+++ b/pkgs/development/tools/godot/default.nix
@@ -31,13 +31,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "godot";
-  version = "3.4.2";
+  version = "3.4.4";
 
   src = fetchFromGitHub {
     owner = "godotengine";
     repo = "godot";
     rev = "${version}-stable";
-    sha256 = "sha256-RVXBFTHiI2yAkXWlHNa/jL8svQgqtsml6RuykhL1qa4=";
+    sha256 = "sha256-3AESLzqozi7Fc80u8Ml3ergZMkIhHy4tNlRe/3FsE6k=";
   };
 
   nativeBuildInputs = [ pkg-config ];