Merge pull request #88036 from NickHu/prezto
zsh-prezto: 2019-03-18 -> 2020-05-02
This commit is contained in:
commit
1acb028ca0
@ -1,11 +1,13 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "zsh-prezto-2019-03-18";
|
pname = "zsh-prezto";
|
||||||
src = fetchgit {
|
version = "2020-05-20";
|
||||||
url = "https://github.com/sorin-ionescu/prezto";
|
src = fetchFromGitHub {
|
||||||
rev = "1f4601e44c989b90dc7314b151891fa60a101251";
|
owner = "sorin-ionescu";
|
||||||
sha256 = "1dcd5r7pc4biiplm0lh7yca0h6hs0xpaq9dwaarmfsh9wrd68350";
|
repo = "prezto";
|
||||||
|
rev = "793f239a5e38ef2c4b76a4955bb734520303e8c4";
|
||||||
|
sha256 = "0xhdl1g0rvlikq6qxh6cwp6wsrgmw4l1rmmq5xpc7wl6dyh35yri";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user