ilspycmd: refactor

This commit is contained in:
Guy Chronister
2026-03-23 11:54:02 -05:00
parent c7411de5c0
commit 7181b4e7f7
+2 -2
View File
@@ -15,7 +15,7 @@ buildDotnetModule (finalAttrs: {
src = fetchFromGitHub {
owner = "icsharpcode";
repo = "ILSpy";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-YkZEStCI6Omu8HgClm5qHnXxm5pKJVILtbydY8vAFic=";
};
@@ -42,7 +42,7 @@ buildDotnetModule (finalAttrs: {
description = "Tool for decompiling .NET assemblies and generating portable PDBs";
mainProgram = "ilspycmd";
homepage = "https://github.com/icsharpcode/ILSpy";
changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.rev}";
changelog = "https://github.com/icsharpcode/ILSpy/releases/tag/${finalAttrs.src.tag}";
license = with lib.licenses; [
mit
# third party dependencies