molsketch 0.7.3 -> 0.8.0 https://repology.org/project/molsketch/versions attrpath: molsketch 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/editors/molsketch/default.nix b/pkgs/applications/editors/molsketch/default.nix index cb94cef3a32..f0f7f89b958 100644 --- a/pkgs/applications/editors/molsketch/default.nix +++ b/pkgs/applications/editors/molsketch/default.nix @@ -12,11 +12,11 @@ mkDerivation rec { pname = "molsketch"; - version = "0.7.3"; + version = "0.8.0"; src = fetchurl { url = "mirror://sourceforge/molsketch/Molsketch-${version}-src.tar.gz"; - hash = "sha256-82iNJRiXqESwidjifKBf0+ljcqbFD1WehsXI8VUgrwQ="; + hash = "sha256-Mpx4fHktxqBAkmdwqg2pXvEgvvGUQPbgqxKwXKjhJuQ="; }; preConfigure = '' 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 molsketch nix build failed. from /nix/store/xlk9279wgnv407jzzg3fsvc3rynp1lh9-qtbase-5.15.9-dev/include/QtCore/qnamespace.h:43, from /nix/store/xlk9279wgnv407jzzg3fsvc3rynp1lh9-qtbase-5.15.9-dev/include/QtCore/qobjectdefs.h:48, from /nix/store/xlk9279wgnv407jzzg3fsvc3rynp1lh9-qtbase-5.15.9-dev/include/QtCore/qobject.h:46, from /nix/store/xlk9279wgnv407jzzg3fsvc3rynp1lh9-qtbase-5.15.9-dev/include/QtCore/QObject:1, from /build/Molsketch-0.8.0/libmolsketch/settingsfacade.h:22, from /build/Molsketch-0.8.0/libmolsketch/settingsfacade.cpp:19: /nix/store/rfw51dqr3qn7b6fjy8hmx6f0x3hfwbx6-glibc-2.37-8-dev/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /build/Molsketch-0.8.0/libmolsketch/painting/paintable.h:23, from /build/Molsketch-0.8.0/libmolsketch/painting/textbox.h:23, from /build/Molsketch-0.8.0/libmolsketch/painting/regulartextbox.h:26, from /build/Molsketch-0.8.0/libmolsketch/painting/textfield.cpp:22: /build/Molsketch-0.8.0/libmolsketch/boundingboxlinker.h:50:9: warning: 'class Molsketch::Linkable' has virtual functions and accessible non-virtual destructor []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnon-virtual-dtor-Wnon-virtual-dtor]8;;] 50 | class Linkable { | ^~~~~~~~ In file included from /build/Molsketch-0.8.0/libmolsketch/painting/paintable.h:25: /build/Molsketch-0.8.0/libmolsketch/debuggable.h:26:9: warning: 'class Molsketch::Debuggable' has virtual functions and accessible non-virtual destructor []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnon-virtual-dtor-Wnon-virtual-dtor]8;;] 26 | class Debuggable | ^~~~~~~~~~ /build/Molsketch-0.8.0/libmolsketch/painting/paintable.h:31:9: warning: base class 'class Molsketch::Linkable' has accessible non-virtual destructor []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnon-virtual-dtor-Wnon-virtual-dtor]8;;] 31 | class Paintable : public Linkable, public Debuggable { | ^~~~~~~~~ /build/Molsketch-0.8.0/libmolsketch/painting/paintable.h:31:9: warning: base class 'class Molsketch::Debuggable' has accessible non-virtual destructor []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnon-virtual-dtor-Wnon-virtual-dtor]8;;] In file included from /build/Molsketch-0.8.0/libmolsketch/radicalelectron.h:24: /build/Molsketch-0.8.0/libmolsketch/boundingboxlinker.h:50:9: warning: 'class Molsketch::Linkable' has virtual functions and accessible non-virtual destructor []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnon-virtual-dtor-Wnon-virtual-dtor]8;;] 50 | class Linkable { | ^~~~~~~~ make[1]: *** [CMakeFiles/Makefile2:164: libmolsketch/CMakeFiles/molsketch_LIB.dir/all] Error 2 make: *** [Makefile:156: all] Error 2