From a9421be2926f1790e53db4ed877ed09dad4c3674 Mon Sep 17 00:00:00 2001 From: Jeffrey Harmon Date: Thu, 5 Sep 2024 21:35:31 -0400 Subject: [PATCH] gdtoolkit_4: 4.2.2 -> 4.3.1 --- pkgs/by-name/gd/gdtoolkit_4/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/gd/gdtoolkit_4/package.nix b/pkgs/by-name/gd/gdtoolkit_4/package.nix index 0f54bd3385ed..13735386293b 100644 --- a/pkgs/by-name/gd/gdtoolkit_4/package.nix +++ b/pkgs/by-name/gd/gdtoolkit_4/package.nix @@ -24,13 +24,13 @@ let in python.pkgs.buildPythonApplication rec { pname = "gdtoolkit"; - version = "4.2.2"; + version = "4.3.1"; src = fetchFromGitHub { owner = "Scony"; repo = "godot-gdscript-toolkit"; rev = version; - hash = "sha256-SvEKKuDnfxV+5AArg5ssrQzgIwRITdek4KYEs3d0n4Y="; + hash = "sha256-XK6s/WnbTzjCAtV8dbRPLe5olpKUglPLQdttRRMvX70="; }; disabled = python.pythonOlder "3.7"; @@ -50,12 +50,12 @@ python.pkgs.buildPythonApplication rec { ]; preCheck = '' - # The tests want to run the installed executables - export PATH=$out/bin:$PATH + # The tests want to run the installed executables + export PATH=$out/bin:$PATH - # gdtoolkit tries to write cache variables to $HOME/.cache - export HOME=$TMP - ''; + # gdtoolkit tries to write cache variables to $HOME/.cache + export HOME=$TMP + ''; # The tests are not working on NixOS disabledTestPaths = [