nym 0 -> 1 attrpath: nym Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mln6waj83z594x6hq5mgahmdygga67ax-packages.json.drv building '/nix/store/mln6waj83z594x6hq5mgahmdygga67ax-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! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix index 43fee635f45..df1e78f3c1b 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-contracts-v1.1.3"; src = fetchFromGitHub { owner = "nymtech"; repo = "nym"; rev = "v${version}"; - sha256 = "sha256-bZXbteryXkOxft63zUMWdpBgbDSvrBHQY3f70/+mBtI="; + sha256 = "sha256-BDm0HaSfVNm2QAiWPhL7lL364xy6juoJDCwF9tdX7B8="; }; - cargoSha256 = "0xwa114fs4h6y2a3nrl2dp0rv0k336xy9y330g9yix4g34qmrynq"; + cargoSha256 = "sha256-IHlF3CHNXPHaXHH5xAMEj0eaSfBxKHi6DZYZYVzCSnc="; nativeBuildInputs = [ pkg-config ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nym nix build failed.  Compiling rand_seeder v0.2.3  Compiling rand_pcg v0.3.1  Compiling dashmap v4.0.2  Compiling sqlx-core v0.5.13  Compiling sqlx-core v0.6.2  Compiling sqlx-macros v0.5.13  Compiling sqlx-macros v0.6.2  Compiling git2 v0.16.1  Compiling git2 v0.15.0  Compiling sqlx v0.5.13  Compiling credential-storage v0.1.0 (/build/source/common/credential-storage)  Compiling nym-network-statistics v1.1.7 (/build/source/service-providers/network-statistics)  Compiling nym-gateway v1.1.7 (/build/source/gateway)  Compiling statistics-common v1.0.1 (/build/source/common/statistics)  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.6.2  Compiling client-core v1.1.7 (/build/source/clients/client-core)  Compiling nym-api v1.1.7 (/build/source/nym-api)  Compiling nym-network-requester v1.1.7 (/build/source/service-providers/network-requester)  Compiling vesting-contract v1.1.3 (/build/source/contracts/vesting)  Compiling build-information v0.1.0 (/build/source/common/build-information) error: failed to run custom build command for `vesting-contract v1.1.3 (/build/source/contracts/vesting)` Caused by: process didn't exit successfully: `/build/source/target/release/build/vesting-contract-646c599a1b4d37cb/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...