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-19 11:32:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:32:20 -0700
commit013c414e648a69a30be03961bc784778d094fffa (patch)
treefe61ae7fe3dfb9a1096ca1cc94001b959cfa105e /pkgs/development/tools/godot
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-013c414e648a69a30be03961bc784778d094fffa.tar
nixlib-013c414e648a69a30be03961bc784778d094fffa.tar.gz
nixlib-013c414e648a69a30be03961bc784778d094fffa.tar.bz2
nixlib-013c414e648a69a30be03961bc784778d094fffa.tar.lz
nixlib-013c414e648a69a30be03961bc784778d094fffa.tar.xz
nixlib-013c414e648a69a30be03961bc784778d094fffa.tar.zst
nixlib-013c414e648a69a30be03961bc784778d094fffa.zip
godot: 3.0.2 -> 3.0.3
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/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3/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.3 with grep in /nix/store/4hkbcbl0sgbd9npxsdf1qyn46k7npxgg-godot-3.0.3
- directory tree listing: https://gist.github.com/ed73ee8e6d32a2bca8e7187447417b7e
- du listing: https://gist.github.com/25aba4f04e5002d49d3e5b12c3eed088
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 88ea499d28cf..ec5809b85aa8 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.2";
+  version = "3.0.3";
 
   src = fetchFromGitHub {
     owner  = "godotengine";
     repo   = "godot";
     rev    = "${version}-stable";
-    sha256 = "1ca1zznb7qqn4vf2nfwb8nww5x0k8fc4lwjvgydr6nr2mn70xka4";
+    sha256 = "060jb5jip1si32a0sm1mmkvy3nldl1cjb82kjh5wihzllph93sxd";
   };
 
   nativeBuildInputs = [ pkgconfig ];