Merge pull request #298399 from r-ryantm/auto-update/kitty
kitty: 0.33.0 -> 0.33.1
This commit is contained in:
commit
c1a17238bc
1 changed files with 4 additions and 4 deletions
|
@ -31,20 +31,20 @@
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "kitty";
|
pname = "kitty";
|
||||||
version = "0.33.0";
|
version = "0.33.1";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kovidgoyal";
|
owner = "kovidgoyal";
|
||||||
repo = "kitty";
|
repo = "kitty";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-0bdDolaFbVI3CqcOtKFrvRqrKXIiSIfH5rxJgK5XssI=";
|
hash = "sha256-E6gFGgySXs2oCS4Ipevbr9aPWzF4tb4Arl4w+4lQ+wg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goModules = (buildGo122Module {
|
goModules = (buildGo122Module {
|
||||||
pname = "kitty-go-modules";
|
pname = "kitty-go-modules";
|
||||||
inherit src version;
|
inherit src version;
|
||||||
vendorHash = "sha256-7301wHGCXUdfPFOhgLEJILmYxNohNm6H2zXGd9W11Wk=";
|
vendorHash = "sha256-ypSZHJpk9wTXLH9sbmaSQB28iOIpv2nDPlgweM0Ldhs=";
|
||||||
}).goModules;
|
}).goModules;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -234,7 +234,7 @@ buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests = lib.mkIf stdenv.isLinux {
|
tests = lib.optionalAttrs stdenv.isLinux {
|
||||||
default = nixosTests.terminal-emulators.kitty;
|
default = nixosTests.terminal-emulators.kitty;
|
||||||
};
|
};
|
||||||
updateScript = nix-update-script {};
|
updateScript = nix-update-script {};
|
||||||
|
|
Loading…
Reference in a new issue