2022-12-30T00:59:09 libspectre 0.2.7 -> 0.2.11 https://repology.org/metapackage/libspectre/versions 2022-12-30T00:59:11 attrpath: libspectre 2022-12-30T00:59:11 Checking auto update branch... 2022-12-30T00:59:11 No auto update branch exists 2022-12-30T00:59:15 [version] 2022-12-30T00:59:18 [version] updated version and sha256 2022-12-30T00:59:18 [rustCrateVersion] 2022-12-30T00:59:18 [rustCrateVersion] No cargoSha256 found 2022-12-30T00:59:18 [golangModuleVersion] 2022-12-30T00:59:18 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T00:59:18 [updateScript] 2022-12-30T00:59:18 [updateScript] skipping because derivation has no updateScript 2022-12-30T00:59:18 2022-12-30T00:59:18 [quotedUrls] 2022-12-30T00:59:18 [quotedUrls] nothing found to replace 2022-12-30T00:59:18 Diff after rewrites: diff --git a/pkgs/development/libraries/libspectre/default.nix b/pkgs/development/libraries/libspectre/default.nix index 2d916fa9a93..eb5d873eb14 100644 --- a/pkgs/development/libraries/libspectre/default.nix +++ b/pkgs/development/libraries/libspectre/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "libspectre"; - version = "0.2.7"; + version = "0.2.11"; src = fetchurl { url = "https://libspectre.freedesktop.org/releases/${pname}-${version}.tar.gz"; - sha256 = "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8"; + sha256 = "sha256-edRNZfg1xRFFkrYDVdL84Re6zlxHpi/GOgfxDxM71Jw="; }; - patches = [ ./libspectre-0.2.7-gs918.patch ]; + patches = [ ./libspectre-0.2.11-gs918.patch ]; nativeBuildInputs = [ pkg-config ]; 2022-12-30T00:59:28 Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/libspectre --arg checkMeta true --show-trace Standard output: error: getting status of '/var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/development/libraries/libspectre/libspectre-0.2.11-gs918.patch': No such file or directory … while evaluating the attribute 'patches' of the derivation 'libspectre-0.2.11' at /var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/stdenv/generic/make-derivation.nix:270:7: 269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) { 270| name = | ^ 271| let … while evaluating the attribute 'buildInputs' of the derivation 'okular-22.12.0' at /var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/stdenv/generic/make-derivation.nix:270:7: 269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) { 270| name = | ^ 271| let … while evaluating the attribute 'buildInputs' of the derivation 'calligra-3.2.1' at /var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/stdenv/generic/make-derivation.nix:270:7: 269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) { 270| name = | ^ 271| let … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/libspectre/lib/customisation.nix:207:13: 206| drvPath = assert condition; drv.${outputName}.drvPath; 207| outPath = assert condition; drv.${outputName}.outPath; | ^ 208| }; … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/libspectre/lib/customisation.nix:237:13: 236| value = commonAttrs // { 237| outPath = output.outPath; | ^ 238| drvPath = output.drvPath; … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/libspectre/lib/customisation.nix:221:14: 220| garbage collection. */ 221| hydraJob = drv: | ^ 222| let … from call site at /var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/top-level/release-lib.nix:125:14: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/libspectre/pkgs/top-level/release-lib.nix:125:6: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … from call site at /var/cache/nixpkgs-update/worker/worktree/libspectre/lib/attrsets.nix:553:43: 552| f: 553| listToAttrs (map (n: nameValuePair n (f n)) names); | ^ 554| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … from call site