redli: 0.7.0 -> 0.9.0

This commit is contained in:
Aaron Jheng 2023-07-11 12:32:07 +00:00
parent 547a750222
commit b20da498a6
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

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