Unverified Commit 1da0b3ae authored by Toma's avatar Toma Committed by GitHub
Browse files

dotnet-repl: 0.3.247 -> 0.3.250 (#417741)

parents 0d139cb5 78891cc2
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";