zsh-prezto: 0-unstable-2024-04-15 -> 0-unstable-2024-06-03

This commit is contained in:
R. Ryantm 2024-06-05 19:09:36 +00:00
parent 22b57baf09
commit 338bbf8fdb

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-prezto";
version = "0-unstable-2024-04-15";
version = "0-unstable-2024-06-03";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "f5a8cb456b74d4d71caf46037a356d2deee27b50";
sha256 = "iikJ/U7amsmMgFIEYuIIIymNeWr4ag/QPeyQjBJ/lOY=";
rev = "9195b66161b196238cbd52a8a4abd027bdaf5f73";
sha256 = "wN/86uFBahUWl9RnKvdf88zVxou7B8Kh7/s3JfMye0g=";
fetchSubmodules = true;
};