Unverified Commit 1dd21e0a authored by Beisenherz, Steffen [CBC]'s avatar Beisenherz, Steffen [CBC]
Browse files

kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28

Updated the kitty-themes revision to use
parent 5f4b928a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "kitty-themes";
  version = "unstable-2023-09-15";
  version = "unstable-2023-12-28";

  src = fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty-themes";
    rev = "c9c12d20f83b9536febb21e4b53e176c0ccccb51";
    hash = "sha256-dhzYTHaaTrbE5k+xEC01Y9jGb+ZmEyvWMb4a2WWKGCw=";
    rev = "46d9dfe230f315a6a0c62f4687f6b3da20fd05e4";
    hash = "sha256-jlYim4YXByT6s6ce0TydZuhX0Y1ZDcAq2XKNONisSzE=";
  };

  dontConfigure = true;