keybase 6.0.2 -> 6.2.2 https://github.com/keybase/client/releases attrpath: keybase Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-D8b/pvmBGCnaRuf92FYgRcSSbN59Yu0CHKxAybdYjS4=" [golangModuleVersion] Replaced vendorHash with sha256-tXEEVEfjoKub2A4m7F3hDc5ABJ+R+axwX1+1j7e3BAM= [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/security/keybase/default.nix b/pkgs/tools/security/keybase/default.nix index afc2eadb63fc..56dc1810f1c5 100644 --- a/pkgs/tools/security/keybase/default.nix +++ b/pkgs/tools/security/keybase/default.nix @@ -5,7 +5,7 @@ buildGoModule rec { pname = "keybase"; - version = "6.0.2"; + version = "6.2.2"; modRoot = "go"; subPackages = [ "kbnm" "keybase" ]; @@ -16,9 +16,9 @@ buildGoModule rec { owner = "keybase"; repo = "client"; rev = "v${version}"; - sha256 = "sha256-JiYufEsoj/98An2qKdm/Uu4YHJr6ttc/VHn4kMgkuwI="; + sha256 = "sha256-1vJCuAkJmehFcVYLwp3UIlQiGji7mHVczCBtXq9Fl68="; }; - vendorSha256 = "sha256-D8b/pvmBGCnaRuf92FYgRcSSbN59Yu0CHKxAybdYjS4="; + vendorHash = "sha256-tXEEVEfjoKub2A4m7F3hDc5ABJ+R+axwX1+1j7e3BAM="; patches = [ (substituteAll { 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/keybase --arg checkMeta true --show-trace Standard output: error: … 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 … from call site at /var/cache/nixpkgs-update/worker/worktree/keybase/lib/attrsets.nix:622:43: 621| f: 622| listToAttrs (map (n: nameValuePair n (f n)) names); | ^ 623| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/top-level/release-lib.nix:125:6: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … from call site at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/top-level/release-lib.nix:125:14: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/keybase/lib/customisation.nix:230:14: 229| garbage collection. */ 230| hydraJob = drv: | ^ 231| let … while evaluating derivation 'kbfs-6.2.2' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/stdenv/generic/make-derivation.nix:300:7 … while evaluating attribute 'configurePhase' of derivation 'kbfs-6.2.2' at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/build-support/go/module.nix:157:5: 156| 157| configurePhase = args.configurePhase or ('' | ^ 158| runHook preConfigure … from call site at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/build-support/go/module.nix:165:10: 164| cd "$modRoot" 165| '' + lib.optionalString (vendorHash != null) '' | ^ 166| ${if proxyVendor then '' … while calling 'optionalString' at /var/cache/nixpkgs-update/worker/worktree/keybase/lib/strings.nix:243:5: 242| # String to return if condition is true 243| string: if cond then string else ""; | ^ 244| error: attribute 'vendorSha256' missing at /var/cache/nixpkgs-update/worker/worktree/keybase/pkgs/build-support/go/module.nix:292:69: 291| 292| passthru = passthru // { inherit go goModules vendorHash; } // { inherit (args') vendorSha256; }; | ^ 293|