Unverified Commit bb87c527 authored by nicoo's avatar nicoo Committed by GitHub
Browse files

alacritty-theme: 0-unstable-2024-04-24 → 0-unstable-2024-05-03 (#309420)

parent 66b53758
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-04-24";
  version = "0-unstable-2024-05-03";

  src = fetchFromGitHub {
    owner = "alacritty";
    repo = "alacritty-theme";
    rev = "e866efd4ac4e1b4b05892bf9f9bae0540754bca3";
    hash = "sha256-Uv/Nv2aipnMBM7F4IoUiLF4U/27SF9H/EEfnwGfjiIs=";
    rev = "94e1dc0b9511969a426208fbba24bd7448493785";
    hash = "sha256-bPup3AKFGVuUC8CzVhWJPKphHdx0GAc62GxWsUWQ7Xk=";
  };

  dontConfigure = true;