kitty: 0.34.0 -> 0.34.1

This commit is contained in:
kashw2 2024-04-19 21:29:15 +10:00
parent bd4ae0e121
commit eaab16b15c
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.34.0";
version = "0.34.1";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "refs/tags/v${version}";
hash = "sha256-IP1CWMHiWnBSbt+78EQ6hfX2A9FDhlwt0KLthXtO4dA=";
hash = "sha256-r7KZcSqREILMp0F9ajeHS5sglq/o88h2t+4BgbABjOY=";
};
goModules = (buildGo122Module {