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

kitty-themes: 0-unstable-2025-10-24 -> 0-unstable-2026-01-10 (#478816)

parents e843760f 83a3bf96
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-2025-10-24";
  version = "0-unstable-2026-01-10";

  src = fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty-themes";
    rev = "6af4bcd7244a20ce4a0244c9128003473b97f319";
    hash = "sha256-oxNdwv5q3aEC6kCEZzZawrIYq0gYSVMjB4xVPb5WiEE=";
    rev = "0da136b4d31ab1c0dc49306bbf2ba8b819dafed8";
    hash = "sha256-jefF6MzFbKDz6Grsdh5fyi/hrZI72mNkp5iUvelIhDs=";
  };

  dontConfigure = true;