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

zsh-prezto: unstable-2022-10-26 -> unstable-2023-01-12
This commit is contained in:
Jörg Thalheim 2023-01-16 01:30:37 +01:00 committed by GitHub
commit 42cbbdd326
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-2022-10-26";
version = "unstable-2023-01-12";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "e3a9583f3370e11a0da1414d3f335eac40c1e922";
sha256 = "P4hgs6b3lKQCDCeyhepCn4HSZu7WuJE+j96PfFOLfl4=";
rev = "e50b93ca882aa58b0119b2e90818c4157e30c794";
sha256 = "25mz5UMTCHAVjtUhQsWTMsAGAweAwwTdGNLHMp2LCBM=";
fetchSubmodules = true;
};