Commit 78891cc2 authored by R. RyanTM's avatar R. RyanTM
Browse files

dotnet-repl: 0.3.247 -> 0.3.250

parent f97cfd96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";