wasabibackend 2.0.2.1 -> 2.0.6 https://github.com/zkSNACKs/WalletWasabi/releases attrpath: wasabibackend 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/applications/blockchains/wasabibackend/default.nix b/pkgs/applications/blockchains/wasabibackend/default.nix index 79355f3979dc..3db1fb5df3c3 100644 --- a/pkgs/applications/blockchains/wasabibackend/default.nix +++ b/pkgs/applications/blockchains/wasabibackend/default.nix @@ -10,13 +10,13 @@ }: buildDotnetModule rec { pname = "wasabibackend"; - version = "2.0.2.1"; + version = "2.0.6"; src = fetchFromGitHub { owner = "zkSNACKs"; repo = "WalletWasabi"; rev = "refs/tags/v${version}"; - hash = "sha512-JuCl3SyejzwUd2n8Fy7EdxUuO4bIcGb8yMWZQOhZzsY4fvg9prFOnVZEquxahD0a41MLKHRNA1R2N3NMapcc0A=="; + hash = "sha512-qXtswCrZfJNqcJRMR3QXI5nv6HlxwldxSr0DADDErubmk3UEhDWpVBf6thSCTDUSv3WPiBODtRnlW0N2BKZaIA=="; }; projectFile = "WalletWasabi.Backend/WalletWasabi.Backend.csproj"; 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 wasabibackend nix build failed. got build log for 'wasabibackend' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q0sshxj1ymhig6dvhz6imrsxc8sn827y-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 Executing dotnetConfigureHook The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'tool' does not exist. * You intended to execute a .NET SDK command: A compatible .NET SDK was not found. Requested SDK version: 8.0.100 global.json file: /build/source/global.json Installed SDKs: 7.0.407 [/nix/store/hj5gnshraph1iqs5ck857cmb8als2rpx-dotnet-sdk-7.0.407/sdk] Install the [8.0.100] .NET SDK or update [/build/source/global.json] to match an installed SDK. Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found