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

This commit is contained in:
Leona Maroni
2025-03-19 18:52:47 +01:00
committed by GitHub
+2 -2
View File
@@ -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;