dotnet-repl: 0.1.216 -> 0.3.230

This commit is contained in:
TomaSajt 2025-01-29 09:07:38 +01:00
parent 61cb3e69a7
commit 001ba37df7
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -6,12 +6,12 @@
buildDotnetGlobalTool {
pname = "dotnet-repl";
version = "0.1.216";
version = "0.3.230";
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;
nugetHash = "sha256-JHatCW+hl2792S+HYeEbbYbCIS+N4DmOctqXB/56/HU=";
nugetHash = "sha256-FtITkDZ0Qbjo0XvQ8psRlIsbEZhMjIhk8mVrHmUxlIg=";
meta = {
description = "A polyglot REPL built on .NET Interactive";