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

zsh-prezto: unstable-2024-03-17 -> unstable-2024-04-15
This commit is contained in:
Weijia Wang 2024-04-27 02:56:57 +02:00 committed by GitHub
commit 4d52d3e0d0
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-03-17";
version = "unstable-2024-04-15";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "c667dd3ea62b62b111102f0da58d33b5b20847a6";
sha256 = "cpxJII4bMunfdbWYo/feP2ZyVDlba3wG99o0n7DKt1k=";
rev = "f5a8cb456b74d4d71caf46037a356d2deee27b50";
sha256 = "iikJ/U7amsmMgFIEYuIIIymNeWr4ag/QPeyQjBJ/lOY=";
fetchSubmodules = true;
};