kitty: 0.42.1 -> 0.42.2
Changelog: https://github.com/kovidgoyal/kitty/releases/tag/v0.42.2 Diff: https://github.com/kovidgoyal/kitty/compare/v0.42.1...v0.42.2
This commit is contained in:
parent
1c84436286
commit
b0c674021e
@ -50,21 +50,21 @@
|
||||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "kitty";
|
||||
version = "0.42.1";
|
||||
version = "0.42.2";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kovidgoyal";
|
||||
repo = "kitty";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dW6WgIi+3GJE4OlwxrnY8SUMCQ37eG19UGNfAU4Ts1o=";
|
||||
hash = "sha256-YDfKYzj5LRx1XaKUpBKo97CMW4jPhVQq0aXx/Qfcdzo=";
|
||||
};
|
||||
|
||||
goModules =
|
||||
(buildGo124Module {
|
||||
pname = "kitty-go-modules";
|
||||
inherit src version;
|
||||
vendorHash = "sha256-gTzonKFXo1jhTU+bX3+4/5wvvLGDHE/ppUg1ImkVpAs=";
|
||||
vendorHash = "sha256-q5LMyogAqgUFfln7LVkhuXzYSMuYmOif5sj15KkOjB4=";
|
||||
}).goModules;
|
||||
|
||||
buildInputs =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user