Skip to content

Commit fcfca32

Browse files
redli: 0.14.0 -> 0.15.0 (#384931)
2 parents a7281e4 + 3c20523 commit fcfca32

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pkgs/by-name/re/redli/package.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
buildGoModule,
3-
fetchFromGitHub,
42
lib,
3+
fetchFromGitHub,
4+
buildGo124Module,
55
}:
66

7-
buildGoModule rec {
7+
buildGo124Module rec {
88
pname = "redli";
9-
version = "0.14.0";
9+
version = "0.15.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "IBM-Cloud";
13-
repo = pname;
14-
rev = "v${version}";
15-
hash = "sha256-BbhjelDY8z4ME2zzataMfDGyice0XZSb1r3wCLxspks=";
13+
repo = "redli";
14+
tag = "v${version}";
15+
hash = "sha256-/D+kE45PN0rWYvBBm4oxjPWgS8kN/LNf76OTC5rBt1g=";
1616
};
1717

18-
vendorHash = "sha256-6zCkor/fQXKw2JxOKyVjsdsSI6BT7beAs4P0AlSXupE=";
18+
vendorHash = "sha256-30a/cZNkXsR0+fv74mfFZnvsylqJDRU72t/cwJur1dU=";
1919

20-
meta = with lib; {
20+
meta = {
2121
description = "Humane alternative to the Redis-cli and TLS";
2222
homepage = "https://github.com/IBM-Cloud/redli";
23-
license = licenses.asl20;
24-
maintainers = with maintainers; [ tchekda ];
23+
license = lib.licenses.asl20;
24+
maintainers = with lib.maintainers; [ tchekda ];
2525
mainProgram = "redli";
2626
};
2727
}

0 commit comments

Comments
 (0)