gigedit 1.1.1 -> 1.2.0 https://repology.org/project/gigedit/versions attrpath: gigedit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/gigedit/default.nix b/pkgs/applications/audio/gigedit/default.nix index 8c37e8901a33..6fcaf65d1c5b 100644 --- a/pkgs/applications/audio/gigedit/default.nix +++ b/pkgs/applications/audio/gigedit/default.nix @@ -21,11 +21,11 @@ let in stdenv.mkDerivation rec { pname = "gigedit"; - version = "1.1.1"; + version = "1.2.0"; src = fetchurl { url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2"; - sha256 = "08db12crwf0dy1dbyrmivqqpg5zicjikqkmf2kb1ywpq0a9hcxrb"; + sha256 = "sha256-j+4viXHSJY/zoMet5GWd5U20gAk1xOZ11lvbiOLV1uk="; }; preConfigure = "make -f Makefile.svn"; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gigedit nix build failed. 188 | vars[var.first].overrideValue = var.second; | ^~~~~~~~~~~~~ ScriptPatchVars.cpp: In member function 'void ScriptPatchVars::buildTreeViewVar(const Gtk::TreeModel::Row&, int, gig::Script*, std::string, const PatchVar*)': ScriptPatchVars.cpp:224:14: error: 'const struct PatchVar' has no member named 'overrideValue' 224 | if (var->overrideValue) | ^~~~~~~~~~~~~ ScriptPatchVars.cpp:230:45: error: 'const struct PatchVar' has no member named 'overrideValue' 230 | (var->isObsolete()) ? "red" : (var->overrideValue) ? YELLOW : "gray"; | ^~~~~~~~~~~~~ ScriptPatchVars.cpp:232:15: error: 'const struct PatchVar' has no member named 'overrideValue' 232 | (var->overrideValue && var->defaultValue) ? | ^~~~~~~~~~~~~ ScriptPatchVars.cpp:232:37: error: 'const struct PatchVar' has no member named 'defaultValue' 232 | (var->overrideValue && var->defaultValue) ? | ^~~~~~~~~~~~ ScriptPatchVars.cpp:233:46: error: 'const struct PatchVar' has no member named 'defaultValue' 233 | std::string("Default: ") + *var->defaultValue : ""; | ^~~~~~~~~~~~ ScriptPatchVars.cpp:234:14: error: 'const struct PatchVar' has no member named 'overrideValue' 234 | if (var->overrideValue) | ^~~~~~~~~~~~~ make[4]: *** [Makefile:836: libgigedit_la-ScriptPatchVars.lo] Error 1 make[4]: Leaving directory '/build/gigedit-1.2.0/src/gigedit' make[3]: *** [Makefile:935: all-recursive] Error 1 make[3]: Leaving directory '/build/gigedit-1.2.0/src/gigedit' make[2]: *** [Makefile:418: all-recursive] Error 1 make[2]: Leaving directory '/build/gigedit-1.2.0/src' make[1]: *** [Makefile:468: all-recursive] Error 1 make[1]: Leaving directory '/build/gigedit-1.2.0' make: *** [Makefile:398: all] Error 2