From 01c7edd4f4608dbc7aba2a1f89fba347c4a34f23 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 24 Jun 2018 12:37:59 -0700 Subject: 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 --- pkgs/development/tools/godot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/tools/godot') 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 ]; -- cgit 1.4.1