Commit eaab16b1 authored by kashw2's avatar kashw2
Browse files

kitty: 0.34.0 -> 0.34.1

parent bd4ae0e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {