dotnet-repl: 0.3.247 -> 0.3.250

This commit is contained in:
R. Ryantm
2025-06-18 04:59:14 +00:00
parent f97cfd9644
commit 78891cc263
+2 -2
View File
@@ -6,12 +6,12 @@
buildDotnetGlobalTool {
pname = "dotnet-repl";
version = "0.3.247";
version = "0.3.250";
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;
nugetHash = "sha256-nD5GqLG+3VAWMy/8E9XviwJq2wKBg+BISlcB4xWtrx4=";
nugetHash = "sha256-Tja6kIr9nHMrFY76vdFvS3ig2Tfrjus8mJb+2OC8fnk=";
meta = {
description = "Polyglot REPL built on .NET Interactive";