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

zsh-prezto: unstable-2023-01-31 -> unstable-2023-04-13
This commit is contained in:
Weijia Wang 2023-04-20 23:46:33 +03:00 committed by GitHub
commit fabebbbe33
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-31";
version = "unstable-2023-04-13";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "fc444f57e11131b2cad68f474bcf1201cba062a4";
sha256 = "pypWlWWEBKGT98GVg5yVdzrWJb28jsw2xzGeYhO2DNk=";
rev = "da87c79b3a35f5a4a504ea331e9ec52b4f786976";
sha256 = "EW1roiFaSgbXWYtc5Hxgj7m/ph6g1g225nXbvp0rtsw=";
fetchSubmodules = true;
};