Merge pull request #242831 from aaronjheng/redli

redli: 0.7.0 -> 0.9.0
This commit is contained in:
figsoda 2023-07-11 09:11:09 -04:00 committed by GitHub
commit dc0f9f0792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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