Commit e699b93f authored by R. RyanTM's avatar R. RyanTM
Browse files

alacritty-theme: 0-unstable-2024-09-03 -> 0-unstable-2024-09-27

parent 8b832758
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation (self: {
  pname = "alacritty-theme";
  version = "0-unstable-2024-09-03";
  version = "0-unstable-2024-09-27";

  src = fetchFromGitHub {
    owner = "alacritty";
    repo = "alacritty-theme";
    rev = "e759dafb8e2e00abb428592979ce006da7fba4a7";
    hash = "sha256-cZ+ziE+VbQFpJ+iDS7X9Q2YC1Ziu+JITzDmX79BCcRY=";
    rev = "90a8406beb095fdb1617135a98c38df1ef08859c";
    hash = "sha256-Uav3hn2HxwtpOWdGt8WDCqTR0erxXWF6Wxkcltru1Yw=";
  };

  dontConfigure = true;