Merge pull request #267968 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2023-09-12 -> unstable-2023-11-08
This commit is contained in:
commit
613fc4565f
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zsh-prezto";
|
pname = "zsh-prezto";
|
||||||
version = "unstable-2023-09-12";
|
version = "unstable-2023-11-08";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sorin-ionescu";
|
owner = "sorin-ionescu";
|
||||||
repo = "prezto";
|
repo = "prezto";
|
||||||
rev = "5ac930d96be3a51730f7d9d7330f28d9c9c36e0a";
|
rev = "f04191aa8ae475cf71f491830d424226d84501c9";
|
||||||
sha256 = "tyroeGADhBRCQ9/WqNSqMV7kvFUPdC2fcs/B5G5qYhI=";
|
sha256 = "7cdtDKNyTSUn3Fo6BO3f0SMBgOQs4/5SnHXB7JtAdkA=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue