zoom-us 0 -> 1 attrpath: zoom-us Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yi4309ylxmzy2131aiwa386b00kb4q0p-packages.json.drv building '/nix/store/yi4309ylxmzy2131aiwa386b00kb4q0p-packages.json.drv'... Going to be running update for following packages: - zoom-5.13.10.1208 Press Enter key to continue... Running update for: - zoom-5.13.10.1208: UPDATING ... - zoom-5.13.10.1208: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix index 5bd11cff90e..634d01e374b 100644 --- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix +++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix @@ -48,19 +48,19 @@ let # and often with different versions. We write them on three lines # like this (rather than using {}) so that the updater script can # find where to edit them. - versions.aarch64-darwin = "5.13.7.15481"; - versions.x86_64-darwin = "5.13.7.15481"; + versions.aarch64-darwin = "5.13.10.16307"; + versions.x86_64-darwin = "5.13.10.16307"; versions.x86_64-linux = "5.13.10.1208"; srcs = { aarch64-darwin = fetchurl { url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; name = "zoomusInstallerFull.pkg"; - hash = "sha256-lCg8xCEuZSWnd4fieug9xjudE9q6pNICRsbvA4ATVK8="; + hash = "sha256-JRp4bAe78tQjTJ/z2KPWHtaQAAW4aEnGBZ/oOI4O/Hw="; }; x86_64-darwin = fetchurl { url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; - hash = "sha256-jmMpkqUga/KQJfXFbGURcWQudnCKlIi5NGY6LuekjKw="; + hash = "sha256-ag5LmwsFMCh6NFAHy3Fh5iPTZwPCBMNpKZVPRML4BPU="; }; x86_64-linux = fetchurl { url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; No auto update branch exists Update edits cause no rebuilds. zoom-us 0 -> 1 attrpath: zoom-us Checking auto update branch... Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/zoom-us --arg checkMeta true --show-trace Standard output: error: … while evaluating call site at «none»:0: (source not available) … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … while evaluating call site at «none»:0: (source not available) … while calling 'g' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/attrsets.nix:535:19: 534| g = 535| name: value: | ^ 536| if isAttrs value && cond value … while evaluating call site at «none»:0: (source not available) … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/zoom-us/pkgs/top-level/release-lib.nix:148:38: 147| set of meta.platforms values. */ 148| packagePlatforms = mapAttrs (name: value: | ^ 149| if isDerivation value then … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/zoom-us/pkgs/top-level/release-lib.nix:149:10: 148| packagePlatforms = mapAttrs (name: value: 149| if isDerivation value then | ^ 150| value.meta.hydraPlatforms … while calling 'isDerivation' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/attrsets.nix:576:5: 575| # Value to check. 576| value: value.type or null == "derivation"; | ^ 577| … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/zoom-us/pkgs/top-level/all-packages.nix:33138:11: 33137| 33138| viber = callPackage ../applications/networking/instant-messengers/viber { }; | ^ 33139| … while calling 'callPackageWith' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/customisation.nix:128:35: 127| */ 128| callPackageWith = autoArgs: fn: args: | ^ 129| let … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/customisation.nix:141:10: 140| # Filter out arguments that have a default value 141| (lib.filterAttrs (name: value: ! value) | ^ 142| # Filter out arguments that would be passed … while calling 'filterAttrs' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/attrsets.nix:305:5: 304| # The attribute set to filter 305| set: | ^ 306| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/customisation.nix:131:15: 130| f = if lib.isFunction fn then fn else import fn; 131| fargs = lib.functionArgs f; | ^ 132| … while calling 'functionArgs' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/lib/trivial.nix:440:18: 439| */ 440| functionArgs = f: | ^ 441| if f ? __functor error: undefined variable 'openssl' at /var/cache/nixpkgs-update/worker/worktree/zoom-us/pkgs/applications/networking/instant-messengers/viber/default.nix:42:7: 41| nss 42| openssl | ^ 43| stdenv.cc.cc