mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
csharprepl: 0.6.6 -> 0.6.7
Diff: https://github.com/waf/CSharpRepl/compare/v0.6.6...v0.6.7
This commit is contained in:
parent
2c070f69fa
commit
8ba9801c38
@ -7,13 +7,13 @@
|
|||||||
buildDotnetGlobalTool {
|
buildDotnetGlobalTool {
|
||||||
pname = "csharprepl";
|
pname = "csharprepl";
|
||||||
nugetName = "CSharpRepl";
|
nugetName = "CSharpRepl";
|
||||||
version = "0.6.6";
|
version = "0.6.7";
|
||||||
|
|
||||||
dotnet-sdk = dotnetCorePackages.sdk_8_0;
|
dotnet-sdk = dotnetCorePackages.sdk_8_0;
|
||||||
# We're using an SDK here because it's a REPL, and it requires an SDK instaed of a runtime
|
# We're using an SDK here because it's a REPL, and it requires an SDK instaed of a runtime
|
||||||
dotnet-runtime = dotnetCorePackages.sdk_8_0;
|
dotnet-runtime = dotnetCorePackages.sdk_8_0;
|
||||||
|
|
||||||
nugetHash = "sha256-VkZGnfD8p6oAJ7i9tlfwJfmKfZBHJU7Wdq+K4YjPoRs=";
|
nugetHash = "sha256-a0CiU3D6RZp1FF459NIUUry5TFRDgm4FRhqJZNAGYWs=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "C# REPL with syntax highlighting";
|
description = "C# REPL with syntax highlighting";
|
||||||
|
Loading…
Reference in New Issue
Block a user