tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
redli: 0.7.0 -> 0.9.0
Aaron Jheng
2 years ago
b20da498
547a7502
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
redli
default.nix
+3
-3
pkgs/tools/networking/redli/default.nix
···
2
3
buildGoModule rec {
4
pname = "redli";
5
-
version = "0.7.0";
6
7
src = fetchFromGitHub {
8
owner = "IBM-Cloud";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-AeIGlRsUWK6q0GJJFmvJwpuGy312VPsMhkxMqDDzay4=";
12
};
13
14
-
vendorSha256 = null;
15
16
meta = with lib; {
17
description = "A humane alternative to the Redis-cli and TLS";
···
2
3
buildGoModule rec {
4
pname = "redli";
5
+
version = "0.9.0";
6
7
src = fetchFromGitHub {
8
owner = "IBM-Cloud";
9
repo = pname;
10
rev = "v${version}";
11
+
hash = "sha256-AeIGlRsUWK6q0GJJFmvJwpuGy312VPsMhkxMqDDzay4=";
12
};
13
14
+
vendorHash = null;
15
16
meta = with lib; {
17
description = "A humane alternative to the Redis-cli and TLS";