findup 1.1.1 -> 1.1.2 https://github.com/booniepepper/findup/releases attrpath: findup 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/tools/misc/findup/default.nix b/pkgs/tools/misc/findup/default.nix index eaba884d79d9..d81bfa77d284 100644 --- a/pkgs/tools/misc/findup/default.nix +++ b/pkgs/tools/misc/findup/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "findup"; - version = "1.1.1"; + version = "1.1.2"; src = fetchFromGitHub { owner = "booniepepper"; repo = "findup"; rev = "v${finalAttrs.version}"; - hash = "sha256-Tpyiy5oJQ04lqVEOFshFC0+90VoNILQ+N6Dd7lbuH/Q="; + hash = "sha256-EjfKNIYJBXjlKFNV4dJpOaXCfB5PUdeMjl4k1jFRfG0="; }; nativeBuildInputs = [ zig_0_10.hook ]; 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 findup nix build failed. got build log for 'findup' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/89qqcmfr3vsrsl6hqlq7gm585qh4nnaj-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase zig build flags: -Dcpu=baseline -Drelease-safe=true LLVM Emit Object... Semantic Analysis [2001] pread... LLVM Emit Object... LLVM Emit Object... Semantic Analysis [2129] /build/source/build.zig:3:21: error: root struct of file 'std' has no member named 'Build' pub fn build(b: *std.Build) !void { ~~~^~~~~~ referenced by: runBuild: /nix/store/iqs6a26zzwq12jdl7j4jx1p5qbfbnmmv-zig-0.10.1/lib/zig/build_runner.zig:231:45 usage__anon_5137: /nix/store/iqs6a26zzwq12jdl7j4jx1p5qbfbnmmv-zig-0.10.1/lib/zig/build_runner.zig:242:13 remaining reference traces hidden; use '-freference-trace' to see all reference traces