about summary refs log tree commit diff
path: root/pkgs/development/tools/godot
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-24 12:37:59 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-24 21:37:59 +0200
commit01c7edd4f4608dbc7aba2a1f89fba347c4a34f23 (patch)
treec8dcdd15fb63bdbb6638cdcf84d68f62afeda085 /pkgs/development/tools/godot
parent3951a693e5ff6f3359647c79cae7228b9573b87c (diff)
downloadnixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar.gz
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar.bz2
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar.lz
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar.xz
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.tar.zst
nixlib-01c7edd4f4608dbc7aba2a1f89fba347c4a34f23.zip
godot: 3.0.3 -> 3.0.4 (#42507)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.4 with grep in /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4
- directory tree listing: https://gist.github.com/bdbe8596726721b6c715d84c81579c57
- du listing: https://gist.github.com/6235762e4766106db266094344e36ae7
Diffstat (limited to 'pkgs/development/tools/godot')
-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 ec5809b85aa8..d3ed7624b7a1 100644
--- a/pkgs/development/tools/godot/default.nix
+++ b/pkgs/development/tools/godot/default.nix
@@ -10,13 +10,13 @@ let
   };
 in stdenv.mkDerivation rec {
   name    = "godot-${version}";
-  version = "3.0.3";
+  version = "3.0.4";
 
   src = fetchFromGitHub {
     owner  = "godotengine";
     repo   = "godot";
     rev    = "${version}-stable";
-    sha256 = "060jb5jip1si32a0sm1mmkvy3nldl1cjb82kjh5wihzllph93sxd";
+    sha256 = "0i4ssfb6igga9zwvsmahrnasx9cyqrsd6mlmssjgc482fy9q2kz4";
   };
 
   nativeBuildInputs = [ pkgconfig ];