sogo 5.9.1 -> 5.10.0 https://github.com/inverse-inc/SOGo/releases 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/web-apps/sogo/default.nix b/pkgs/servers/web-apps/sogo/default.nix index ab617dc291b2..41934cab4e2d 100644 --- a/pkgs/servers/web-apps/sogo/default.nix +++ b/pkgs/servers/web-apps/sogo/default.nix @@ -5,14 +5,14 @@ , libwbxml }: gnustep.stdenv.mkDerivation rec { pname = "SOGo"; - version = "5.9.1"; + version = "5.10.0"; # always update the sope package as well, when updating sogo src = fetchFromGitHub { owner = "inverse-inc"; repo = pname; rev = "SOGo-${version}"; - hash = "sha256-b6BZZ61wY0Akt1Q6+Bq6JXAx/67MwBNbzHr3sB0NuRg="; + hash = "sha256-ZmpOI1zk/TkRNFmwTXugVb9IvxYSP4LgNrApSytdI7s="; }; nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sogo nix build failed. SOGoToolUpdateSecret.m:251:52: warning: instance method '-encryptAES256GCM:exception:' not found (return type defaults to 'id') [-Wobjc-method-access] 251 | encryptedPassword = [decryptedPassword encryptAES256GCM: newSecret exception:&exception]; |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/4n53q7a19cnvlr1xikqy88yns2zld87n-gnustep-base-1.29.0-dev/include/Foundation/NSString.h:475:12: note: receiver is instance of class declared here 475 | @interface NSString :NSObject  |  ^ SOGoToolUpdateSecret.m:260:22: warning: 'NSDictionary' may not respond to 'setObject:forKey:' 260 | [account setObject: encryptedPassword forKey: @"password"]; |  ~~~~~~~ ^ SOGoToolUpdateSecret.m:270:3: error: void method 'updateSecretFromEncryptedData:oldSecret:' should not return a value [-Wreturn-type] 270 | return rc; |  ^ ~~ SOGoToolUpdateSecret.m:312:37: warning: instance method '-decryptAES256GCM:iv:tag:exception:' not found (return type defaults to 'id') [-Wobjc-method-access] 312 | newPassword = [password decryptAES256GCM: oldSecret iv: iv tag: tag exception:&exception]; |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/4n53q7a19cnvlr1xikqy88yns2zld87n-gnustep-base-1.29.0-dev/include/Foundation/NSString.h:475:12: note: receiver is instance of class declared here 475 | @interface NSString :NSObject  |  ^ SOGoToolUpdateSecret.m:316:24: warning: 'NSDictionary' may not respond to 'setObject:forKey:' 316 | [account setObject: newPassword forKey: @"password"]; |  ~~~~~~~ ^ SOGoToolUpdateSecret.m:390:12: warning: unused variable 'i' [-Wunused-variable] 390 | int max, i; |  ^ 14 warnings and 1 error generated. make[4]: *** [/nix/store/62xsql8z0hcjgviwvqdn3f2d6w3rqkr5-gnustep-make-2.9.1/share/GNUstep/Makefiles/rules.make:521: obj/sogo-tool.obj/SOGoToolUpdateSecret.m.o] Error 1 make[3]: *** [/nix/store/62xsql8z0hcjgviwvqdn3f2d6w3rqkr5-gnustep-make-2.9.1/share/GNUstep/Makefiles/Instance/tool.make:74: internal-tool-all_] Error 2 make[2]: *** [/nix/store/62xsql8z0hcjgviwvqdn3f2d6w3rqkr5-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/rules.make:297: sogo-tool.all.tool.variables] Error 2 make[1]: *** [/nix/store/62xsql8z0hcjgviwvqdn3f2d6w3rqkr5-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/tool.make:71: internal-all] Error 2 make: *** [/nix/store/62xsql8z0hcjgviwvqdn3f2d6w3rqkr5-gnustep-make-2.9.1/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2