dotnet-repl: 0.3.239 -> 0.3.247

This commit is contained in:
R. Ryantm
2025-05-28 05:10:37 +00:00
committed by TomaSajt
parent 3f62a1ca1a
commit 07a2ef8a4a

View File

@@ -6,15 +6,15 @@
buildDotnetGlobalTool {
pname = "dotnet-repl";
version = "0.3.239";
version = "0.3.247";
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;
nugetHash = "sha256-wn4i0zC56gxnjsgjdiMxLinmUsSROhmimu0lmBZo1hA=";
nugetHash = "sha256-nD5GqLG+3VAWMy/8E9XviwJq2wKBg+BISlcB4xWtrx4=";
meta = {
description = "A polyglot REPL built on .NET Interactive";
description = "Polyglot REPL built on .NET Interactive";
homepage = "https://github.com/jonsequitur/dotnet-repl";
license = lib.licenses.mit;
mainProgram = "dotnet-repl";