libaal 1.0.6 -> 1.0.7 https://repology.org/metapackage/libaal/versions attrpath: libaal Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libaal/default.nix b/pkgs/development/libraries/libaal/default.nix index e3c960681c5..96df2dc3496 100644 --- a/pkgs/development/libraries/libaal/default.nix +++ b/pkgs/development/libraries/libaal/default.nix @@ -1,15 +1,15 @@ { lib, stdenv, fetchurl }: stdenv.mkDerivation rec { - version = "1.0.6"; + version = "1.0.7"; pname = "libaal"; src = fetchurl { url = "mirror://sourceforge/reiser4/${pname}-${version}.tar.gz"; - sha256 = "176f2sns6iyxv3h9zyirdinjwi05gdak48zqarhib2s38rvm98di"; + sha256 = "sha256-fIVohp2PVCaNaQRVJ4zfW8mukiiqM3BgF8Vwu9qrmJE="; }; - patches = [ ./libaal-1.0.6-glibc-2.26.patch ]; + patches = [ ./libaal-1.0.7-glibc-2.26.patch ]; preInstall = '' substituteInPlace Makefile --replace ./run-ldconfig true 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/libaal --arg checkMeta true --show-trace Standard output: error: getting status of '/var/cache/nixpkgs-update/worker/worktree/libaal/pkgs/development/libraries/libaal/libaal-1.0.7-glibc-2.26.patch': No such file or directory … while evaluating the attribute 'patches' of the derivation 'libaal-1.0.7' at /var/cache/nixpkgs-update/worker/worktree/libaal/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/libaal/lib/customisation.nix:215:13: 214| drvPath = assert condition; drv.${outputName}.drvPath; 215| outPath = assert condition; drv.${outputName}.outPath; | ^ 216| }; … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/libaal/lib/customisation.nix:245:13: 244| value = commonAttrs // { 245| outPath = output.outPath; | ^ 246| drvPath = output.drvPath; … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/libaal/lib/customisation.nix:229:14: 228| garbage collection. */ 229| hydraJob = drv: | ^ 230| let … from call site at /var/cache/nixpkgs-update/worker/worktree/libaal/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/libaal/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/libaal/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