Merge pull request #297156 from r-ryantm/auto-update/zsh-prezto

zsh-prezto: unstable-2024-01-26 -> unstable-2024-03-17
This commit is contained in:
Weijia Wang 2024-03-24 23:16:50 +01:00 committed by GitHub
commit 304a1768fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-prezto";
version = "unstable-2024-01-26";
version = "unstable-2024-03-17";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "d03bc03fddbd80ead45986b68880001ccbbb98c1";
sha256 = "qM+F4DDZbjARKnZK2mbBlvx2uV/X2CseayTGkFNpSsk=";
rev = "c667dd3ea62b62b111102f0da58d33b5b20847a6";
sha256 = "cpxJII4bMunfdbWYo/feP2ZyVDlba3wG99o0n7DKt1k=";
fetchSubmodules = true;
};