zsh-prezto: unstable-2024-03-17 -> unstable-2024-04-15

This commit is contained in:
R. Ryantm 2024-04-16 12:40:17 +00:00
parent 81a5d0fcbb
commit 0b6a38c517
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;
};