tone 0.1.3 -> 0.1.5 https://github.com/sandreas/tone/releases attrpath: tone 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/applications/audio/tone/default.nix b/pkgs/applications/audio/tone/default.nix index 4f02d4bd642..c235fff4b72 100644 --- a/pkgs/applications/audio/tone/default.nix +++ b/pkgs/applications/audio/tone/default.nix @@ -7,13 +7,13 @@ let in buildDotnetModule rec { pname = "tone"; - version = "0.1.3"; + version = "0.1.5"; src = fetchFromGitHub { owner = "sandreas"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Z3cumXAIJhUB3/EbzB08MfBCrga1JHtDKr44TmRQuno="; + sha256 = "sha256-HhXyOPoDtraT7ef0kpE7SCQbvGFLrTddzS6Kdu0LxW4="; }; projectFile = "tone/tone.csproj"; 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 tone nix build failed. got build log for 'tone' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/ywgpqyqzzaxysmm5sfiwp6ad06y5sh16-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring Executing dotnetConfigureHook Determining projects to restore... /build/source/tone/tone.csproj : error NU1102: Unable to find package z440.atl.core with version (>= 4.19.0) /build/source/tone/tone.csproj : error NU1102: - Found 1 version(s) in nugetSource [ Nearest version: 4.18.0 ] /build/source/tone/tone.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Crossgen2.linux-x64 with version (= 6.0.15) /build/source/tone/tone.csproj : error NU1102: - Found 1 version(s) in nugetSource [ Nearest version: 6.0.13 ] Failed to restore /build/source/tone/tone.csproj (in 1.3 sec).