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";