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

zsh-autocomplete: 23.07.13 -> 24.09.04 (#339563)

parents b932454f b497f64f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

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

  strictDeps = true;