sogo 5.8.0 -> 5.8.4 https://repology.org/project/sogo/versions attrpath: sogo 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/servers/web-apps/sogo/default.nix b/pkgs/servers/web-apps/sogo/default.nix index b04a33eb9ee..21c5bfaf703 100644 --- a/pkgs/servers/web-apps/sogo/default.nix +++ b/pkgs/servers/web-apps/sogo/default.nix @@ -5,13 +5,13 @@ , libwbxml }: gnustep.stdenv.mkDerivation rec { pname = "SOGo"; - version = "5.8.0"; + version = "5.8.4"; src = fetchFromGitHub { owner = "inverse-inc"; repo = pname; rev = "SOGo-${version}"; - hash = "sha256-lHUEV5yYLs3oc8Arl3KX8G/OEAoLmS7pRLCGsRAJAr4="; + hash = "sha256-EdhqmvP9mQqIBm3w/R0jDa02AFFHvi0IvH7l9WzRsgA="; }; nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ]; 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 sogo nix build failed. SOGoGCSFolder.m:460:32: warning: instance method '-folderForRecord:' not found (return type defaults to 'id') [-Wobjc-method-access] return [[self folderManager] folderForRecord: record];  ^~~~~~~~~~~~~~~ ../../SOPE/GDLContentStore/GCSFolderManager.h:36:12: note: receiver is instance of class declared here @interface GCSFolderManager : NSObject  ^ SOGoGCSFolder.m:477:26: warning: instance method '-isMacOSXVenturaCalendarApp' not found (return type defaults to 'id') [-Wobjc-method-access] if ([[context request] isMacOSXVenturaCalendarApp]) {  ^~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/16znzvsl04pkr7cky5dzp4b0wbym38p7-sope-5.8.0/include/NGObjWeb/WORequest.h:42:12: note: receiver is instance of class declared here @interface WORequest : WOMessage  ^ SOGoGCSFolder.m:988:18: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] allUsers = [NSArray arrayWithObject: sogoUser];  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/smfs0s0fcly76v1l327k9wfjydzsvjx9-gnustep-base-1.28.0-dev/include/Foundation/NSArray.h:70:1: note: class method 'arrayWithObject:' is assumed to return an instance of its receiver type ('NSArray *') + (instancetype) arrayWithObject: (id)anObject; ^ SOGoGCSFolder.m:990:11: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] allUsers = [NSArray array];  ^ ~~~~~~~~~~~~~~~ /nix/store/smfs0s0fcly76v1l327k9wfjydzsvjx9-gnustep-base-1.28.0-dev/include/Foundation/NSArray.h:64:1: note: class method 'array' is assumed to return an instance of its receiver type ('NSArray *') + (instancetype) array; ^ 14 warnings and 1 error generated. make[4]: *** [/nix/store/gvwqd7cks2k6rq3a8ppv92nnl81xfzp5-gnustep-make-2.9.0/share/GNUstep/Makefiles/rules.make:521: obj/SOGo.obj/SOGoGCSFolder.m.o] Error 1 make[3]: *** [/nix/store/gvwqd7cks2k6rq3a8ppv92nnl81xfzp5-gnustep-make-2.9.0/share/GNUstep/Makefiles/Instance/framework.make:612: internal-framework-run-compile-submake] Error 2 make[2]: *** [/nix/store/gvwqd7cks2k6rq3a8ppv92nnl81xfzp5-gnustep-make-2.9.0/share/GNUstep/Makefiles/Master/rules.make:297: SOGo.all.framework.variables] Error 2 make[1]: *** [/nix/store/gvwqd7cks2k6rq3a8ppv92nnl81xfzp5-gnustep-make-2.9.0/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 make: *** [/nix/store/gvwqd7cks2k6rq3a8ppv92nnl81xfzp5-gnustep-make-2.9.0/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2