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

zsh-prezto: 0-unstable-2024-04-15 -> 0-unstable-2024-06-03
This commit is contained in:
Weijia Wang 2024-06-12 00:43:09 +02:00 committed by GitHub
commit c102899c0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};