Unverified Commit 9143f62a authored by Andrew Bruce's avatar Andrew Bruce
Browse files

kitty: 0.38.0 -> 0.38.1

parent 7e4fc99f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@
with python3Packages;
buildPythonApplication rec {
  pname = "kitty";
  version = "0.38.0";
  version = "0.38.1";
  format = "other";

  src = fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty";
    rev = "refs/tags/v${version}";
    hash = "sha256-XURoUYo0Nejcfi49s9AlyoG5fpE0/mjMke2UWG8lUiA=";
    hash = "sha256-0M4Bvhh3j9vPedE/d+8zaiZdET4mXcrSNUgLllhaPJw=";
  };

  goModules = (buildGo123Module {