mpris-scrobbler 0 -> 1 attrpath: mpris-scrobbler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x5j9avw7wr73ms00bslqy0dbjrillbg0-packages.json.drv building '/nix/store/x5j9avw7wr73ms00bslqy0dbjrillbg0-packages.json.drv'... Going to be running update for following packages: - mpris-scrobbler-0.5.0 Press Enter key to continue... Running update for: - mpris-scrobbler-0.5.0: UPDATING ... - mpris-scrobbler-0.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/audio/mpris-scrobbler/default.nix b/pkgs/tools/audio/mpris-scrobbler/default.nix index a5e7b2483305..0b4313f65987 100644 --- a/pkgs/tools/audio/mpris-scrobbler/default.nix +++ b/pkgs/tools/audio/mpris-scrobbler/default.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "mpris-scrobbler"; - version = "0.5.0"; + version = "0.5.1"; src = fetchFromGitHub { owner = "mariusor"; repo = "mpris-scrobbler"; rev = "v${version}"; - sha256 = "sha256-HUEUkVL5d6FD698k8iSCJMNeSo8vGJCsExJW/E0EWpQ="; + sha256 = "sha256-CWAHWrizsA6/+izPmmd8p1xI9AXw3r2HW2gAToB8ovU="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mpris-scrobbler nix build failed. from /build/source/build/../src/signon.c:17, from mpris-scrobbler-signon.p/mpris-scrobbler-signon-unity0.c:1: /build/source/build/../src/audioscrobbler_api.h: In function 'audioscrobbler_api_build_request_now_playing': /build/source/build/../src/audioscrobbler_api.h:509:5: error: '__builtin_strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 509 | strncat(body, sk, strlen(sk)); | ^ /build/source/build/../src/audioscrobbler_api.h:509:5: note: length computed here 509 | strncat(body, sk, strlen(sk)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/build/../src/audioscrobbler_api.h:513:5: error: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 513 | strncat(sig_base, sk, strlen(sk)); | ^ /build/source/build/../src/audioscrobbler_api.h:513:5: note: length computed here 513 | strncat(sig_base, sk, strlen(sk)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/build/../src/audioscrobbler_api.h: In function 'audioscrobbler_api_build_request_scrobble': /build/source/build/../src/audioscrobbler_api.h:669:5: error: '__builtin_strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 669 | strncat(body, sk, strlen(sk)); | ^ /build/source/build/../src/audioscrobbler_api.h:669:5: note: length computed here 669 | strncat(body, sk, strlen(sk)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/build/../src/audioscrobbler_api.h:673:5: error: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 673 | strncat(sig_base, sk, strlen(sk)); | ^ /build/source/build/../src/audioscrobbler_api.h:673:5: note: length computed here 673 | strncat(sig_base, sk, strlen(sk)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ninja: build stopped: subcommand failed.