dotnet-repl: 0.3.230 -> 0.3.239

This commit is contained in:
Robin
2025-03-20 08:31:52 +01:00
parent e51ecca9c9
commit 22f70327ae
+2 -2
View File
@@ -6,12 +6,12 @@
buildDotnetGlobalTool {
pname = "dotnet-repl";
version = "0.3.230";
version = "0.3.239";
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;
nugetHash = "sha256-FtITkDZ0Qbjo0XvQ8psRlIsbEZhMjIhk8mVrHmUxlIg=";
nugetHash = "sha256-wn4i0zC56gxnjsgjdiMxLinmUsSROhmimu0lmBZo1hA=";
meta = {
description = "A polyglot REPL built on .NET Interactive";