Fix checksums (pt. 1)
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

This commit is contained in:
Joey Hafner 2024-09-10 12:48:25 -07:00
parent be11e36b46
commit 8775214b7a
No known key found for this signature in database

View File

@ -20,6 +20,7 @@
owner = "zsh-users"; owner = "zsh-users";
repo = "zsh-autosuggestions"; repo = "zsh-autosuggestions";
rev = "v0.7.0"; rev = "v0.7.0";
sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w=";
}; };
} }
{ {
@ -28,6 +29,7 @@
owner = "zsh-users"; owner = "zsh-users";
repo = "zsh-completions"; repo = "zsh-completions";
rev = "v0.35.0"; rev = "v0.35.0";
sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w=";
}; };
} }
{ {
@ -36,6 +38,7 @@
owner = "zsh-users"; owner = "zsh-users";
repo = "zsh-syntax-highlighting"; repo = "zsh-syntax-highlighting";
rev = "v0.8.0"; rev = "v0.8.0";
sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w=";
}; };
} }
{ {
@ -44,6 +47,7 @@
owner = "jirutka"; owner = "jirutka";
repo = "zsh-shift-select"; repo = "zsh-shift-select";
rev = "v0.1.1"; rev = "v0.1.1";
sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w=";
}; };
} }
]; ];