Unverified Commit b99cdaf9 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

kitty-themes: 0-unstable-2026-03-09 -> 0-unstable-2026-03-25 (#504472)

parents 6fb3a3d1 42aa0705
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation {
  pname = "kitty-themes";
  version = "0-unstable-2026-03-09";
  version = "0-unstable-2026-03-25";

  src = fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty-themes";
    rev = "d0008b45127c9765b4beb061ce30d3fd33e3ef86";
    hash = "sha256-aHAe6SFrnVTpcfpUibHHgzmmudBye7QQOq4Firz+gaA=";
    rev = "d28a70284e15871108ba45295ce555e893f42f0a";
    hash = "sha256-Qc5DBupW0FJVuBf0+Jhq55XkgWpNiSu3TO8jb/cVx1I=";
  };

  dontConfigure = true;