Commit 9190b108 authored by R. RyanTM's avatar R. RyanTM
Browse files

zsh-autocomplete: 23.05.02 -> 23.05.24

parent c0b553b6
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.05.02";
  version = "23.05.24";

  src = fetchFromGitHub {
    owner = "marlonrichert";
    repo = "zsh-autocomplete";
    rev = version;
    sha256 = "sha256-HVt7JGkNxg9Kb29x95mxq/vtQ1dBbNeQlb9lK2qTBSI=";
    sha256 = "sha256-/6V6IHwB5p0GT1u5SAiUa20LjFDSrMo731jFBq/bnpw=";
  };

  strictDeps = true;