Loading pkgs/development/tools/godot/4/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -53,13 +53,13 @@ let in stdenv.mkDerivation rec { pname = "godot"; version = "4.0-stable"; version = "4.0.1-stable"; src = fetchFromGitHub { owner = "godotengine"; repo = "godot"; rev = version; hash = "sha256-BaSIHTV7LFV5VqjW+q7u/t/DR6JS6vxfREab6EdKYPU="; hash = "sha256-0PDKZ92PJo9N5oP56/Z8bzhVhfO7IHdtQ5rMj5Difto="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/tools/godot/4/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -53,13 +53,13 @@ let in stdenv.mkDerivation rec { pname = "godot"; version = "4.0-stable"; version = "4.0.1-stable"; src = fetchFromGitHub { owner = "godotengine"; repo = "godot"; rev = version; hash = "sha256-BaSIHTV7LFV5VqjW+q7u/t/DR6JS6vxfREab6EdKYPU="; hash = "sha256-0PDKZ92PJo9N5oP56/Z8bzhVhfO7IHdtQ5rMj5Difto="; }; nativeBuildInputs = [ Loading