Unverified Commit 22f70327 authored by Robin's avatar Robin
Browse files

dotnet-repl: 0.3.230 -> 0.3.239

parent e51ecca9
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.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";