2022-12-07T06:55:14 umockdev 0.17.13 -> 0.17.15 https://github.com/martinpitt/umockdev/releases 2022-12-07T06:55:16 attrpath: umockdev 2022-12-07T06:55:16 Checking auto update branch... 2022-12-07T06:55:17 No auto update branch exists 2022-12-07T06:55:20 [version] 2022-12-07T06:55:23 [version] updated version and sha256 2022-12-07T06:55:23 [rustCrateVersion] 2022-12-07T06:55:23 [rustCrateVersion] No cargoSha256 found 2022-12-07T06:55:23 [golangModuleVersion] 2022-12-07T06:55:23 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-07T06:55:23 [updateScript] 2022-12-07T06:55:23 [updateScript] skipping because derivation has no updateScript 2022-12-07T06:55:23 2022-12-07T06:55:23 [quotedUrls] 2022-12-07T06:55:23 [quotedUrls] nothing found to replace 2022-12-07T06:55:23 Diff after rewrites: diff --git a/pkgs/development/libraries/umockdev/default.nix b/pkgs/development/libraries/umockdev/default.nix index 1d34c21d384..25346dbf708 100644 --- a/pkgs/development/libraries/umockdev/default.nix +++ b/pkgs/development/libraries/umockdev/default.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "umockdev"; - version = "0.17.13"; + version = "0.17.15"; outputs = [ "bin" "out" "dev" "devdoc" ]; src = fetchurl { url = "https://github.com/martinpitt/umockdev/releases/download/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-bG6/bmIJtqSXRuDZGkSNAntUJxurgu1woTLs8pTKE88="; + sha256 = "sha256-7UGO4rv7B4H0skuXKe8nCtg83czWaln/lEsFnvE2j+8="; }; patches = [ 2022-12-07T06:56:54 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 umockdev nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/v1icgqfz6v9b78qpng1ss6y12m2f8gr6-umockdev-0.17.15.tar.xz source root is umockdev-0.17.15 setting SOURCE_DATE_EPOCH to timestamp 1669302372 of file umockdev-0.17.15/.version @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/4ygb40ym33x0xmrvqjpzbr0sfw2bzzr8-hardcode-paths.patch patching file meson.build Hunk #1 succeeded at 44 (offset 6 lines). Hunk #2 succeeded at 157 (offset 8 lines). patching file src/config.vapi patching file src/umockdev-record.vala Hunk #1 FAILED at 435. 1 out of 1 hunk FAILED -- saving rejects to file src/umockdev-record.vala.rej patching file src/umockdev-run.vala Hunk #1 FAILED at 95. 1 out of 1 hunk FAILED -- saving rejects to file src/umockdev-run.vala.rej patching file src/umockdev-wrapper