iredis: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2025-04-27 20:29:23 +00:00
parent 88c834978e
commit 6055ada9ac

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "iredis"; pname = "iredis";
version = "1.15.0"; version = "1.15.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "laixintao"; owner = "laixintao";
repo = "iredis"; repo = "iredis";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-wfjr/FVmKgkP8FMKxw6e8U+lfZQZ2q52REC0mU8Xp7Q="; hash = "sha256-ZA4q2Z3X9zhzW/TH8aRliVij8UxqDVUamhKcfVxWb/c=";
}; };
postPatch = '' postPatch = ''
@ -64,7 +64,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Terminal Client for Redis with AutoCompletion and Syntax Highlighting"; description = "Terminal Client for Redis with AutoCompletion and Syntax Highlighting";
changelog = "https://github.com/laixintao/iredis/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/laixintao/iredis/blob/${src.tag}/CHANGELOG.md";
homepage = "https://iredis.xbin.io/"; homepage = "https://iredis.xbin.io/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ ]; maintainers = [ ];