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

zsh-prezto: unstable-2023-06-22 -> unstable-2023-09-12
This commit is contained in:
Mario Rodas 2023-09-14 06:14:28 -05:00 committed by GitHub
commit c873e22214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-prezto";
version = "unstable-2023-06-22";
version = "unstable-2023-09-12";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "c9c716e9c11938a1aff2f30230d4dc1da38dc564";
sha256 = "QwFWQMg9Q67eKkzGVz4zmcXtPcuLvFTUlagVxDN/2h4=";
rev = "5ac930d96be3a51730f7d9d7330f28d9c9c36e0a";
sha256 = "tyroeGADhBRCQ9/WqNSqMV7kvFUPdC2fcs/B5G5qYhI=";
fetchSubmodules = true;
};