2022-11-04T00:46:03 cjdns 21.1 -> 21.2 https://repology.org/metapackage/cjdns/versions 2022-11-04T00:46:06 attrpath: cjdns 2022-11-04T00:46:06 Checking auto update branch... 2022-11-04T00:46:06 No auto update branch exists 2022-11-04T00:46:09 [version] 2022-11-04T00:46:14 [version] updated version and sha256 2022-11-04T00:46:14 [rustCrateVersion] 2022-11-04T00:46:14 [rustCrateVersion] No cargoSha256 found 2022-11-04T00:46:14 [golangModuleVersion] 2022-11-04T00:46:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T00:46:14 [updateScript] 2022-11-04T00:46:14 [updateScript] skipping because derivation has no updateScript 2022-11-04T00:46:14 2022-11-04T00:46:14 [quotedUrls] 2022-11-04T00:46:14 [quotedUrls] nothing found to replace 2022-11-04T00:46:14 Diff after rewrites: diff --git a/pkgs/tools/networking/cjdns/default.nix b/pkgs/tools/networking/cjdns/default.nix index e8dc5e370be..c179eb6aaaf 100644 --- a/pkgs/tools/networking/cjdns/default.nix +++ b/pkgs/tools/networking/cjdns/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "cjdns"; - version = "21.1"; + version = "21.2"; src = fetchFromGitHub { owner = "cjdelisle"; repo = "cjdns"; rev = "cjdns-v${version}"; - sha256 = "NOmk+vMZ8i0E2MjrUzksk+tkJ9XVVNEXlE5OOTNa+Y0="; + sha256 = "sha256-dEEa/y5+bh/zK2OfbMo+LJRUqhGuqvIkhK8vyvkacBQ="; }; buildInputs = [ which python3 nodejs ] ++ 2022-11-04T00:47:52 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 cjdns nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/1dixa9spq8gbvxfv2lg7pc6ll197diw0-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Rust & Cargo are required in order to build cjdns See https://rustup.rs/ for install instructions