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

zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31
This commit is contained in:
Weijia Wang 2023-02-26 01:01:40 +02:00 committed by GitHub
commit ae27e61481
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-01-12";
version = "unstable-2023-01-31";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "e50b93ca882aa58b0119b2e90818c4157e30c794";
sha256 = "25mz5UMTCHAVjtUhQsWTMsAGAweAwwTdGNLHMp2LCBM=";
rev = "fc444f57e11131b2cad68f474bcf1201cba062a4";
sha256 = "pypWlWWEBKGT98GVg5yVdzrWJb28jsw2xzGeYhO2DNk=";
fetchSubmodules = true;
};