mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
dotnet-repl: 0.3.239 -> 0.3.247
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user