zsh-prezto: unstable-2024-01-26 -> unstable-2024-03-17

This commit is contained in:
R. Ryantm 2024-03-19 11:27:18 +00:00
parent 2d5db19dff
commit ab7d39a25a
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;
};