2022-11-17T00:50:48 nym 0 -> 1 2022-11-17T00:50:51 attrpath: nym 2022-11-17T00:50:51 Checking auto update branch... 2022-11-17T00:50:54 [version] 2022-11-17T00:50:54 [version] generic version rewriter does not support multiple hashes 2022-11-17T00:50:54 [rustCrateVersion] 2022-11-17T00:50:54 [rustCrateVersion] skipping because derivation has updateScript 2022-11-17T00:50:54 [golangModuleVersion] 2022-11-17T00:50:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-17T00:50:54 [updateScript] 2022-11-17T00:52:40 [updateScript] Success 2022-11-17T00:52:40 [updateScript] this derivation will be built: /nix/store/y30px2yn1bwwmp2n5iixh84i11srymil-packages.json.drv building '/nix/store/y30px2yn1bwwmp2n5iixh84i11srymil-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-11-17T00:52:40 2022-11-17T00:52:40 [quotedUrls] 2022-11-17T00:52:40 [quotedUrls] nothing found to replace 2022-11-17T00:52:40 Diff after rewrites: diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix index 43fee635f45..8d0c3621f64 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-connect-v1.1.0"; src = fetchFromGitHub { owner = "nymtech"; repo = "nym"; rev = "v${version}"; - sha256 = "sha256-bZXbteryXkOxft63zUMWdpBgbDSvrBHQY3f70/+mBtI="; + sha256 = "sha256-bVaAI+NrVqNurqhmRjNkIHNRyT1jVzkbCulyvAlZx2A="; }; - cargoSha256 = "0xwa114fs4h6y2a3nrl2dp0rv0k336xy9y330g9yix4g34qmrynq"; + cargoSha256 = "sha256-1yimp4nPCOErueiSC2eY7+kwZYQzbrUz0HLNN3m4F4k="; nativeBuildInputs = [ pkg-config ]; 2022-11-17T00:54:09 No auto update branch exists 2022-11-17T00:55:49 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.  Compiling sqlx-macros v0.5.11  Compiling nymsphinx v0.1.0 (/build/source/common/nymsphinx)  Compiling websocket-requests v0.1.0 (/build/source/clients/native/websocket-requests)  Compiling mixnet-client v0.1.0 (/build/source/common/client-libs/mixnet-client)  Compiling cosmrs v0.7.1 (https://github.com/neacsu/cosmos-rust?branch=neacsu/feegrant_support#f63ded63)  Compiling sqlx-macros v0.6.2  Compiling validator-api-requests v0.1.0 (/build/source/validator-api/validator-api-requests)  Compiling rocket_cors v0.5.2 (https://github.com/lawliet89/rocket_cors?rev=dfd3662c49e2f6fc37df35091cb94d82f7fb5915#dfd3662c)  Compiling rocket_okapi v0.8.0-rc.2  Compiling sqlx v0.5.11  Compiling credential-storage v0.1.0 (/build/source/common/credential-storage)  Compiling nym-network-statistics v1.0.2 (/build/source/service-providers/network-statistics)  Compiling statistics-common v1.0.1 (/build/source/common/statistics)  Compiling sqlx v0.6.2  Compiling nym-network-requester v1.1.0 (/build/source/service-providers/network-requester)  Compiling git2 v0.14.2  Compiling vesting-contract v1.1.0 (/build/source/contracts/vesting)  Compiling nym-client v1.1.0 (/build/source/clients/native)  Compiling nym-socks5-client v1.1.0 (/build/source/clients/socks5)  Compiling nym-gateway v1.1.0 (/build/source/gateway)  Compiling nym-mixnode v1.1.0 (/build/source/mixnode)  Compiling nym-validator-api v1.1.0 (/build/source/validator-api) error: failed to run custom build command for `vesting-contract v1.1.0 (/build/source/contracts/vesting)` Caused by: process didn't exit successfully: `/build/source/target/release/build/vesting-contract-5af828660c1329d5/build-script-build` (exit status: 101) --- stderr thread 'main' panicked at 'failed to extract build metadata: could not find repository from '/build/source/contracts/vesting'; class=Repository (6); code=NotFound (-3)', contracts/vesting/build.rs:7:31 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish...