From 8ba9801c3857dab2ce4beb7914c70f73a867aa27 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:40:27 +0200 Subject: [PATCH] csharprepl: 0.6.6 -> 0.6.7 Diff: https://github.com/waf/CSharpRepl/compare/v0.6.6...v0.6.7 --- pkgs/by-name/cs/csharprepl/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/cs/csharprepl/package.nix b/pkgs/by-name/cs/csharprepl/package.nix index 22a538c6e74b..427ca4c0e830 100644 --- a/pkgs/by-name/cs/csharprepl/package.nix +++ b/pkgs/by-name/cs/csharprepl/package.nix @@ -7,13 +7,13 @@ buildDotnetGlobalTool { pname = "csharprepl"; nugetName = "CSharpRepl"; - version = "0.6.6"; + version = "0.6.7"; 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 dotnet-runtime = dotnetCorePackages.sdk_8_0; - nugetHash = "sha256-VkZGnfD8p6oAJ7i9tlfwJfmKfZBHJU7Wdq+K4YjPoRs="; + nugetHash = "sha256-a0CiU3D6RZp1FF459NIUUry5TFRDgm4FRhqJZNAGYWs="; meta = { description = "C# REPL with syntax highlighting";