File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments