flatpak-builder 1.2.3 -> 1.4.0 https://repology.org/project/flatpak-builder/versions attrpath: flatpak-builder 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/flatpak-builder/default.nix b/pkgs/development/tools/flatpak-builder/default.nix index c3c59f1b2ba8..8bad2f6baea6 100644 --- a/pkgs/development/tools/flatpak-builder/default.nix +++ b/pkgs/development/tools/flatpak-builder/default.nix @@ -46,13 +46,13 @@ let installed_test_metadir = "${placeholder "installedTests"}/share/installed-tests/flatpak-builder"; in stdenv.mkDerivation rec { pname = "flatpak-builder"; - version = "1.2.3"; + version = "1.4.0"; outputs = [ "out" "doc" "man" "installedTests" ]; src = fetchurl { url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-4leCWkf3o+ceMPsPgPLZrG5IAfdG9VLfrw5WTj7jUcg="; + sha256 = "sha256-GrwIRfx/MYQSQCnl7TP+DK800ZvuqC6Bioz6usHbDaA="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A flatpak-builder nix build failed. got build log for 'flatpak-builder' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/zcb711knmzvslzjs7a0fi22bb930l399-flatpak-builder-1.4.0.tar.xz source root is flatpak-builder-1.4.0 setting SOURCE_DATE_EPOCH to timestamp 1702322067 of file flatpak-builder-1.4.0/NEWS @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1vnnqgf5ccyib42gkplhd5pgws5136kp-respect-xml-catalog-files-var.patch patching file acinclude.m4 applying patch /nix/store/bvp90irhp3ma86dfpgkjxhbwzacbyf15-fix-paths.patch patching file src/builder-context.c Hunk #1 succeeded at 257 (offset 1 line). Hunk #2 succeeded at 868 with fuzz 2 (offset 68 lines). patching file src/builder-git.c patching file src/builder-source-archive.c Hunk #1 succeeded at 484 (offset 41 lines). Hunk #2 FAILED at 458. Hunk #3 succeeded at 522 (offset 39 lines). Hunk #4 succeeded at 677 (offset 46 lines). 1 out of 4 hunks FAILED -- saving rejects to file src/builder-source-archive.c.rej patching file src/builder-source-bzr.c patching file src/builder-source-patch.c Hunk #1 succeeded at 249 (offset 2 lines). patching file src/builder-utils.c Hunk #1 succeeded at 151 (offset 2 lines). Hunk #2 succeeded at 165 (offset 2 lines). Hunk #3 succeeded at 179 (offset 2 lines).