2022-12-17T05:55:49 easyrsa 3.0.8 -> 3.1.1 https://github.com/OpenVPN/easy-rsa/releases 2022-12-17T05:55:51 attrpath: easyrsa 2022-12-17T05:55:51 Checking auto update branch... 2022-12-17T05:55:51 No auto update branch exists 2022-12-17T05:55:55 [version] 2022-12-17T05:55:58 [version] updated version and sha256 2022-12-17T05:55:58 [rustCrateVersion] 2022-12-17T05:55:58 [rustCrateVersion] No cargoSha256 found 2022-12-17T05:55:58 [golangModuleVersion] 2022-12-17T05:55:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T05:55:58 [updateScript] 2022-12-17T05:55:58 [updateScript] skipping because derivation has no updateScript 2022-12-17T05:55:58 2022-12-17T05:55:58 [quotedUrls] 2022-12-17T05:55:58 [quotedUrls] nothing found to replace 2022-12-17T05:55:58 Diff after rewrites: diff --git a/pkgs/tools/networking/easyrsa/default.nix b/pkgs/tools/networking/easyrsa/default.nix index 34e326858fd..ce021294488 100644 --- a/pkgs/tools/networking/easyrsa/default.nix +++ b/pkgs/tools/networking/easyrsa/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchFromGitHub, openssl, runtimeShell }: let - version = "3.0.8"; + version = "3.1.1"; in stdenv.mkDerivation { pname = "easyrsa"; inherit version; @@ -10,7 +10,7 @@ in stdenv.mkDerivation { owner = "OpenVPN"; repo = "easy-rsa"; rev = "v${version}"; - sha256 = "05q60s343ydh9j6hzj0840qdcq8fkyz06q68yw4pqgqg4w68rbgs"; + sha256 = "sha256-errF7bNhX3oYEMDwB/B1W5hBWhOD+GCgET3lA121PHc="; }; patches = [ ./fix-paths.patch ]; 2022-12-17T05:57:25 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 easyrsa nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/pp855ss7znmbw82bk6g0i1f381j2mddh-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/zk8wk40131c1xj0j1g0f36ij7npl68xi-fix-paths.patch patching file easyrsa3/easyrsa Hunk #1 FAILED at 1661. Hunk #2 FAILED at 1683. 2 out of 2 hunks FAILED -- saving rejects to file easyrsa3/easyrsa.rej