evolution-ews 0 -> 1 attrpath: evolution-ews Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c7ll70xci11mpapmyilkqir9malr9qrc-packages.json.drv building '/nix/store/c7ll70xci11mpapmyilkqir9malr9qrc-packages.json.drv'... Going to be running update for following packages: - evolution-ews-3.50.3 Press Enter key to continue... Running update for: - evolution-ews-3.50.3: UPDATING ... - evolution-ews-3.50.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/evolution/evolution-ews/default.nix b/pkgs/applications/networking/mailreaders/evolution/evolution-ews/default.nix index a6a6efa77266..a37da0251117 100644 --- a/pkgs/applications/networking/mailreaders/evolution/evolution-ews/default.nix +++ b/pkgs/applications/networking/mailreaders/evolution/evolution-ews/default.nix @@ -22,11 +22,11 @@ stdenv.mkDerivation rec { pname = "evolution-ews"; - version = "3.50.3"; + version = "3.52.0"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "4vpZQTdq1X4H0mc/hnbDH38rBo1J9o6g+4uv6rtSm+0="; + sha256 = "1MG+CztqdsZM//FkDogr3nZOzAAYhzZx88m9R5kJpa4="; }; patches = [ diff --git a/pkgs/applications/networking/mailreaders/evolution/evolution-ews/hardcode-gsettings.patch b/pkgs/applications/networking/mailreaders/evolution/evolution-ews/hardcode-gsettings.patch index 55fcb25f1551..b48bbbc09e1f 100644 --- a/pkgs/applications/networking/mailreaders/evolution/evolution-ews/hardcode-gsettings.patch +++ b/pkgs/applications/networking/mailreaders/evolution/evolution-ews/hardcode-gsettings.patch @@ -1,8 +1,8 @@ diff --git a/src/EWS/calendar/e-cal-backend-ews-utils.c b/src/EWS/calendar/e-cal-backend-ews-utils.c -index b7c65ae..b334198 100644 +index ae5361c..cfa8b89 100644 --- a/src/EWS/calendar/e-cal-backend-ews-utils.c +++ b/src/EWS/calendar/e-cal-backend-ews-utils.c -@@ -2425,7 +2425,19 @@ e_cal_backend_ews_get_configured_evolution_icaltimezone (void) +@@ -2482,7 +2482,19 @@ e_cal_backend_ews_get_configured_evolution_icaltimezone (void) if (schema) { GSettings *settings; @@ -24,10 +24,10 @@ index b7c65ae..b334198 100644 if (g_settings_get_boolean (settings, "use-system-timezone")) location = e_cal_util_get_system_timezone_location (); diff --git a/src/EWS/camel/camel-ews-utils.c b/src/EWS/camel/camel-ews-utils.c -index dbd9adb..a2372a4 100644 +index 44a20d6..90d5729 100644 --- a/src/EWS/camel/camel-ews-utils.c +++ b/src/EWS/camel/camel-ews-utils.c -@@ -1553,7 +1553,18 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C +@@ -1554,7 +1554,18 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C evo_labels = g_ptr_array_new_full (5, g_free); No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A evolution-ews nix build failed. -- Performing Test c_flag_-fno-strict-aliasing_supported - Success -- Performing Test c_flag_-Wno-deprecated-declarations_supported -- Performing Test c_flag_-Wno-deprecated-declarations_supported - Success -- Performing Test c_flag_-Wno-missing-include-dirs_supported -- Performing Test c_flag_-Wno-missing-include-dirs_supported - Success -- Performing Test c_flag_-Werror-implicit-function-declaration_supported -- Performing Test c_flag_-Werror-implicit-function-declaration_supported - Success -- Performing Test c_flag_-Wdeclaration-after-statement_supported -- Performing Test c_flag_-Wdeclaration-after-statement_supported - Success -- Performing Test c_flag_-Wno-missing-field-initializers_supported -- Performing Test c_flag_-Wno-missing-field-initializers_supported - Success -- Performing Test c_flag_-Wno-sign-compare_supported -- Performing Test c_flag_-Wno-sign-compare_supported - Success -- Performing Test c_flag_-Wno-unused-parameter_supported -- Performing Test c_flag_-Wno-unused-parameter_supported - Success -- Performing Test c_flag_-Wnested-externs_supported -- Performing Test c_flag_-Wnested-externs_supported - Success -- Checking for module 'camel-1.2>=3.52.0' -- Requested 'camel-1.2 >= 3.52.0' but version of camel is 3.50.4 CMake Error at /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - camel-1.2>=3.52.0 Call Stack (most recent call first): /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:125 (pkg_check_modules)  -- Configuring incomplete, errors occurred!