radioboat 0 -> 1 attrpath: radioboat Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b7296a8m7fw480f243vcvn4fp6bi64w4-packages.json.drv building '/nix/store/b7296a8m7fw480f243vcvn4fp6bi64w4-packages.json.drv'... Going to be running update for following packages: - radioboat-0.3.0 Press Enter key to continue... Running update for: - radioboat-0.3.0: UPDATING ... - radioboat-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/radioboat/default.nix b/pkgs/applications/audio/radioboat/default.nix index 3dc97a84b62f..ef0065ecd3b9 100644 --- a/pkgs/applications/audio/radioboat/default.nix +++ b/pkgs/applications/audio/radioboat/default.nix @@ -11,16 +11,16 @@ buildGoModule rec { pname = "radioboat"; - version = "0.3.0"; + version = "0.4.0"; src = fetchFromGitHub { owner = "slashformotion"; repo = "radioboat"; rev = "v${version}"; - hash = "sha256-4k+WK2Cxu1yBWgvEW9LMD2RGfiY7XDAe0qqph82zvlI="; + hash = "sha256-4yGvkAqN5efb/rspJonEE4s5P7l4DRCJsPV86uFG+ow="; }; - vendorHash = "sha256-H2vo5gngXUcrem25tqz/1MhOgpNZcN+IcaQHZrGyjW8="; + vendorHash = "sha256-PYO1ZhbNpzN5AJMNo4odSJWufVeRTpUC6i9ZAJryRJo="; ldflags = [ "-s" No auto update branch exists 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 radioboat nix build failed. got build log for 'radioboat' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8szhmcr379hyw3ibiw5kcd01npllvnsv-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 @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage . # github.com/aynakeya/go-mpv vendor/github.com/aynakeya/go-mpv/error.go:4:10: fatal error: mpv/client.h: No such file or directory 4 | #include | ^~~~~~~~~~~~~~ compilation terminated.