Merge pull request #305287 from kashw2/kitty

kitty: 0.34.0 -> 0.34.1
This commit is contained in:
Thomas Gerbet 2024-04-19 23:36:04 +02:00 committed by GitHub
commit 92d295f588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {