2022-12-15T10:00:06 BeatSaberModManager 0.0.2 -> 0.0.4 https://github.com/affederaffe/BeatSaberModManager/releases 2022-12-15T10:00:09 attrpath: BeatSaberModManager 2022-12-15T10:00:09 Checking auto update branch... 2022-12-15T10:00:09 No auto update branch exists 2022-12-15T10:00:12 [version] 2022-12-15T10:00:15 [version] updated version and sha256 2022-12-15T10:00:15 [rustCrateVersion] 2022-12-15T10:00:15 [rustCrateVersion] No cargoSha256 found 2022-12-15T10:00:15 [golangModuleVersion] 2022-12-15T10:00:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-15T10:00:15 [updateScript] 2022-12-15T10:00:15 [updateScript] skipping because derivation has no updateScript 2022-12-15T10:00:15 2022-12-15T10:00:15 [quotedUrls] 2022-12-15T10:00:15 [quotedUrls] nothing found to replace 2022-12-15T10:00:16 Diff after rewrites: diff --git a/pkgs/games/BeatSaberModManager/default.nix b/pkgs/games/BeatSaberModManager/default.nix index eec57d7cf0d..2e464345857 100644 --- a/pkgs/games/BeatSaberModManager/default.nix +++ b/pkgs/games/BeatSaberModManager/default.nix @@ -15,13 +15,13 @@ buildDotnetModule rec { pname = "BeatSaberModManager"; - version = "0.0.2"; + version = "0.0.4"; src = fetchFromGitHub { owner = "affederaffe"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6+9pWr8jJzs430Ai2ddh/2DK3C2bQA1e1+BNDrKhyzY="; + sha256 = "sha256-XeyOWg4Wa4hiorLPnbnBrLSjnxheAGGMPTqBleulDGw="; fetchSubmodules = true; # It vendors BSIPA-Linux }; 2022-12-15T10:02:36 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A BeatSaberModManager nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/33gmbx4cpbhfclspb0s2n5q3vxmrrmdb-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/a8ziz0phbyi3w0080ylkzdb5zg7wmi8n-add-runtime-identifier.patch patching file BeatSaberModManager/BeatSaberModManager.csproj Hunk #1 succeeded at 15 (offset 1 line). @nix { "action": "setPhase", "phase": "configurePhase" } configuring Executing dotnetConfigureHook Determining projects to restore... /nix/store/n5sdcsflwphmad5zshbxi9sqaifqyasy-dotnet-sdk-6.0.403/sdk/6.0.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/build/source/BeatSaberModManager/BeatSaberModManager.csproj]