Skip to content

Commit bd9993c

Browse files
authoredMar 19, 2025
zsh-autocomplete: 24.09.04 -> 25.03.19 (#391275)
2 parents 4766180 + 629ed6c commit bd9993c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/zs/zsh-autocomplete/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenvNoCC.mkDerivation rec {
88
pname = "zsh-autocomplete";
9-
version = "24.09.04";
9+
version = "25.03.19";
1010

1111
src = fetchFromGitHub {
1212
owner = "marlonrichert";
1313
repo = "zsh-autocomplete";
1414
rev = version;
15-
sha256 = "sha256-o8IQszQ4/PLX1FlUvJpowR2Tev59N8lI20VymZ+Hp4w=";
15+
sha256 = "sha256-eb5a5WMQi8arZRZDt4aX1IV+ik6Iee3OxNMCiMnjIx4=";
1616
};
1717

1818
strictDeps = true;

0 commit comments

Comments
 (0)
Failed to load comments.