vnote 3.13.0 -> 3.16.0 https://github.com/vnotex/vnote/releases attrpath: vnote 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/office/vnote/default.nix b/pkgs/applications/office/vnote/default.nix index 53fd1f07b6e..eaf652bbc38 100644 --- a/pkgs/applications/office/vnote/default.nix +++ b/pkgs/applications/office/vnote/default.nix @@ -8,14 +8,14 @@ mkDerivation rec { pname = "vnote"; - version = "3.13.0"; + version = "3.16.0"; src = fetchFromGitHub { owner = "vnotex"; repo = pname; fetchSubmodules = true; rev = "v${version}"; - sha256 = "sha256-osJvoi7oyZupJ/bnqpm0TdZ5cMYEeOw9DHOIAzONKLg="; + sha256 = "sha256-tcu6y2DqdhFE2nbDkiANDk/Mzidcp8PLi8bWZaI6sH0="; }; nativeBuildInputs = [ 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 vnote nix build failed. In file included from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qglobal.h:1299, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/QtCore:4, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtTest/QtTestDepends:3, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtTest/QtTest:3, from test_textfolding.h:4, from moc_test_textfolding.cpp:10: /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {} | ^~~~~~ In file included from moc_test_textfolding.cpp:10: test_textfolding.h:31:84: warning: 'constexpr QFlags::QFlags(QFlags::Zero) [with Enum = vte::TextFolding::FoldingRangeFlag; QFlags::Zero = int QFlags::Private::*]' is deprecated: Use default constructor instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 31 | vte::TextFolding::FoldingRangeFlags p_flags = 0); | ^ In file included from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qglobal.h:1299, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/QtCore:4, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtTest/QtTestDepends:3, from /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtTest/QtTest:3, from test_textfolding.h:4, from moc_test_textfolding.cpp:10: /nix/store/1dcavvraw4q6xxs2pkiwyviv2g80nqd7-qtbase-5.15.7-dev/include/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {} | ^~~~~~ make[3]: Leaving directory '/build/source/libs/vtextedit/demo' make[4]: Leaving directory '/build/source/libs/vtextedit/tests/test_utils' g++ -Wl,-O1 -Wl,-rpath,/nix/store/9lcgwnc70f4wj1czklczql7akwcv24mi-qtbase-5.15.7/lib -o test_textfolding utils.o test_textfolding.o textfolding.o extraselectionmgr.o moc_test_textfolding.o moc_textfolding.o moc_extraselectionmgr.o -L/nix/store/i027wgp2ny82nazj51f54vww5yy2ji4m-libGL-1.5.0/lib /nix/store/9lcgwnc70f4wj1czklczql7akwcv24mi-qtbase-5.15.7/lib/libQt5Widgets.so /nix/store/9lcgwnc70f4wj1czklczql7akwcv24mi-qtbase-5.15.7/lib/libQt5Gui.so /nix/store/9lcgwnc70f4wj1czklczql7akwcv24mi-qtbase-5.15.7/lib/libQt5Test.so /nix/store/9lcgwnc70f4wj1czklczql7akwcv24mi-qtbase-5.15.7/lib/libQt5Core.so -L/nix/store/ykjcsxdh9c1w664g6v38d86gph8m6mq7-libglvnd-1.5.0/lib -lGL -pthread make[4]: Leaving directory '/build/source/libs/vtextedit/tests/test_textfolding' make[3]: Leaving directory '/build/source/libs/vtextedit/tests' make[2]: Leaving directory '/build/source/libs/vtextedit' make[1]: Leaving directory '/build/source/libs' make: *** [Makefile:49: sub-libs-make_first] Error 2