2022-12-17T02:12:06 nym 0 -> 1 2022-12-17T02:12:09 attrpath: nym 2022-12-17T02:12:09 Checking auto update branch... 2022-12-17T02:12:12 [version] 2022-12-17T02:12:12 [version] generic version rewriter does not support multiple hashes 2022-12-17T02:12:12 [rustCrateVersion] 2022-12-17T02:12:12 [rustCrateVersion] skipping because derivation has updateScript 2022-12-17T02:12:12 [golangModuleVersion] 2022-12-17T02:12:12 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T02:12:12 [updateScript] 2022-12-17T02:14:14 [updateScript] Success 2022-12-17T02:14:14 [updateScript] this derivation will be built: /nix/store/9rnb9j8rlrhramyxjk3m2a0l2xkdm4hv-packages.json.drv building '/nix/store/9rnb9j8rlrhramyxjk3m2a0l2xkdm4hv-packages.json.drv'... Going to be running update for following packages: - nym-0.11.0 Press Enter key to continue... Running update for: - nym-0.11.0: UPDATING ... - nym-0.11.0: DONE. Packages updated! 2022-12-17T02:14:14 2022-12-17T02:14:14 [quotedUrls] 2022-12-17T02:14:14 [quotedUrls] nothing found to replace 2022-12-17T02:14:15 Diff after rewrites: diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix index 43fee635f45..ae58115bde7 100644 --- a/pkgs/applications/networking/nym/default.nix +++ b/pkgs/applications/networking/nym/default.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "nym"; - version = "0.11.0"; + version = "ym-wallet-v1.1.3"; src = fetchFromGitHub { owner = "nymtech"; repo = "nym"; rev = "v${version}"; - sha256 = "sha256-bZXbteryXkOxft63zUMWdpBgbDSvrBHQY3f70/+mBtI="; + sha256 = "sha256-n5rmzyU3GLUo4wFrp0ShYNviPhQumu921moo7ZgWyNE="; }; - cargoSha256 = "0xwa114fs4h6y2a3nrl2dp0rv0k336xy9y330g9yix4g34qmrynq"; + cargoSha256 = "sha256-CDHNT3KBTAv6frtr9nw6dk6ssV3i4lUhiBu3szdpf9M="; nativeBuildInputs = [ pkg-config ]; 2022-12-17T02:15:41 No auto update branch exists 2022-12-17T02:15:47 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nym nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/a1hcw5hpnj3icxvpf3njdd09hqnm10im-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/7wl02abpjk0xxg9nrxdrc9x51j5q3syg-nym-ym-wallet-v1.1.3-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } patching sources Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/nym-ym-wallet-v1.1.3-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Executing cargoBuildHook ++ env CC_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --frozen --release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead.