zsh-autocomplete: 24.09.04 -> 25.03.19

This commit is contained in:
R. Ryantm
2025-03-19 12:44:36 +00:00
parent 044bc3de8e
commit 629ed6c537
+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;