Skip to content

Commit

Permalink
ilspycmd: 8.0 -> 9.0-preview3
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Dec 18, 2024
1 parent 314ceb9 commit 3385f9c
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 227 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/tools/ilspycmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:
buildDotnetModule (finalAttrs: {
pname = "ilspycmd";
version = "8.0";
version = "9.0-preview3";

src = fetchFromGitHub {
owner = "icsharpcode";
repo = "ILSpy";
rev = "v${finalAttrs.version}";
hash = "sha256-ERBYXgpBRXISfqBSBEydEQuD/5T1dvJ+wNg2U5pKip4=";
hash = "sha256-7cPXFaEKr76GtqcNsKx7tstRUeTpSTF8ggxbyEnQa9M=";
};

nativeBuildInputs =
Expand All @@ -32,7 +32,6 @@ buildDotnetModule (finalAttrs: {
env.LOCALE_ARCHIVE = lib.optionalString stdenv.hostPlatform.isLinux "${glibcLocales}/lib/locale/locale-archive";

dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;

projectFile = "ICSharpCode.ILSpyCmd/ICSharpCode.ILSpyCmd.csproj";
nugetDeps = ./deps.nix;
Expand Down
Loading

0 comments on commit 3385f9c

Please sign in to comment.