Skip to content

Commit

Permalink
kitty: 0.37.0 -> 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishik-Y authored Dec 19, 2024
1 parent 061c431 commit e0b47f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/terminal-emulators/kitty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.37.0";
version = "0.38.0";
format = "other";

src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "refs/tags/v${version}";
hash = "sha256-xxM5nqEr7avtJUlcsrA/KXOTxSajIg7kDQM6Q4V+6WM=";
hash = "sha256-XURoUYo0Nejcfi49s9AlyoG5fpE0/mjMke2UWG8lUiA=";
};

goModules = (buildGo123Module {
pname = "kitty-go-modules";
inherit src version;
vendorHash = "sha256-d5jRhOm53HDGnsU5Lg5tVGU/9z8RGqORzS53hOyIKBk=";
vendorHash = "sha256-K12P81jE7oOU7qX2yQ+VtVHX/igKG0nPMSBkZ7wsR0o=";
}).goModules;

buildInputs = [
Expand Down

0 comments on commit e0b47f9

Please sign in to comment.