zombietrackergps 1.10 -> 1.11 https://repology.org/metapackage/zombietrackergps/versions attrpath: zombietrackergps 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/gis/zombietrackergps/default.nix b/pkgs/applications/gis/zombietrackergps/default.nix index f73748d420b..9e2ee818960 100644 --- a/pkgs/applications/gis/zombietrackergps/default.nix +++ b/pkgs/applications/gis/zombietrackergps/default.nix @@ -11,13 +11,13 @@ mkDerivation rec { pname = "zombietrackergps"; - version = "1.10"; + version = "1.11"; src = fetchFromGitLab { owner = "ldutils-projects"; repo = pname; rev = "v_${version}"; - sha256 = "sha256-qRhCAOVWyDLD3WDptPRQVq+VwyFu83XQNaL5TMsGs4Y="; + sha256 = "sha256-aGAthBM4DNWYDaSTp9yxt3we2pI//cqNqlRtM7j1UF0="; }; buildInputs = [ 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 zombietrackergps nix build failed. ./src/core/cfgdata.h:48:14: note: 'CfgData& CfgData::operator=(const CfgData&)' is implicitly deleted because the default definition would be ill-formed: 48 | CfgData& operator=(const CfgData& rhs) = default; | ^~~~~~~~ ./src/core/cfgdata.h:48:14: error: use of deleted function 'ZoneModel& ZoneModel::operator=(const ZoneModel&)' In file included from ./src/core/cfgdata.h:32, from src/core/app.h:32, from src/core/tagflagitem.cpp:22: ./src/core/zonemodel.h:34:7: note: 'ZoneModel& ZoneModel::operator=(const ZoneModel&)' is implicitly deleted because the default definition would be ill-formed: 34 | class ZoneModel final : | ^~~~~~~~~ ./src/core/zonemodel.h:34:7: error: use of deleted function 'NamedItem& NamedItem::operator=(const NamedItem&)' In file included from libldutils/src/core/changetrackingmodel.h:23, from ./src/core/filtermodel.h:21, from src/core/app.h:23, from src/core/tagflagitem.cpp:22: libldutils/src/util/nameditem.h:43:16: note: 'NamedItem& NamedItem::operator=(const NamedItem&)' is implicitly deleted because the default definition would be ill-formed: 43 | NamedItem& operator=(const NamedItem&) = default; | ^~~~~~~~ libldutils/src/util/nameditem.h:43:16: error: use of deleted function 'QMutex& QMutex::operator=(const QMutex&)' In file included from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qchar.h:43, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qstring.h:49, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/QString:1, from src/core/tagflagitem.cpp:18: /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qmutex.h:197:5: note: declared here 197 | Q_DISABLE_COPY(QMutex) | ^~~~~~~~~~~~~~ make[1]: *** [Makefile.ztgps:3516: build/obj/tagflagitem.o] Error 1 make[1]: *** [Makefile.ztgps:3428: build/obj/pointmodel.o] Error 1 make[1]: Leaving directory '/build/source' make: *** [Makefile:63: sub-ztgps-pro-make_first] Error 2