ilspycmd 8.0 -> 8.1.1 https://github.com/icsharpcode/ILSpy/releases attrpath: ilspycmd 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/ilspycmd/default.nix b/pkgs/development/tools/ilspycmd/default.nix index 265a17f224d9..6c5e37b31b38 100644 --- a/pkgs/development/tools/ilspycmd/default.nix +++ b/pkgs/development/tools/ilspycmd/default.nix @@ -9,13 +9,13 @@ }: buildDotnetModule rec { pname = "ilspycmd"; - version = "8.0"; + version = "8.1.1"; src = fetchFromGitHub { owner = "icsharpcode"; repo = "ILSpy"; rev = "v${version}"; - hash = "sha256-ERBYXgpBRXISfqBSBEydEQuD/5T1dvJ+wNg2U5pKip4="; + hash = "sha256-Cgh+mFawAxyPMDMGNOJwu0tNwkb4vv2kXLJLW/6ZQGc="; }; nativeBuildInputs = [ 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 ilspycmd nix build failed. got build log for 'ilspycmd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/kjkpn8di6wpylpr7xwig9b99zk1hmyhr-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } configuring 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: 7.0.100 global.json file: /build/source/global.json Installed SDKs: 6.0.414 [/nix/store/7bgjbc315l0y13m00idzx66jbgn78s50-dotnet-sdk-6.0.414/sdk] Install the [7.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