Unverified Commit bd9993cf authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

zsh-autocomplete: 24.09.04 -> 25.03.19 (#391275)

parents 47661806 629ed6c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "zsh-autocomplete";
  version = "24.09.04";
  version = "25.03.19";

  src = fetchFromGitHub {
    owner = "marlonrichert";
    repo = "zsh-autocomplete";
    rev = version;
    sha256 = "sha256-o8IQszQ4/PLX1FlUvJpowR2Tev59N8lI20VymZ+Hp4w=";
    sha256 = "sha256-eb5a5WMQi8arZRZDt4aX1IV+ik6Iee3OxNMCiMnjIx4=";
  };

  strictDeps = true;