From b20da498a62fc1fd0c3aa63cd9c3237b94f56f4e Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Tue, 11 Jul 2023 12:32:07 +0000 Subject: [PATCH] redli: 0.7.0 -> 0.9.0 --- pkgs/tools/networking/redli/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/redli/default.nix b/pkgs/tools/networking/redli/default.nix index 48df54061642..7c757c9ef770 100644 --- a/pkgs/tools/networking/redli/default.nix +++ b/pkgs/tools/networking/redli/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "redli"; - version = "0.7.0"; + version = "0.9.0"; src = fetchFromGitHub { owner = "IBM-Cloud"; repo = pname; rev = "v${version}"; - sha256 = "sha256-AeIGlRsUWK6q0GJJFmvJwpuGy312VPsMhkxMqDDzay4="; + hash = "sha256-AeIGlRsUWK6q0GJJFmvJwpuGy312VPsMhkxMqDDzay4="; }; - vendorSha256 = null; + vendorHash = null; meta = with lib; { description = "A humane alternative to the Redis-cli and TLS";