Merge pull request #88036 from NickHu/prezto

zsh-prezto: 2019-03-18 -> 2020-05-02
This commit is contained in:
Nick Hu 2020-05-26 13:15:31 +01:00 committed by GitHub
commit 1acb028ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
{ stdenv, fetchgit }:
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "zsh-prezto-2019-03-18";
src = fetchgit {
url = "https://github.com/sorin-ionescu/prezto";
rev = "1f4601e44c989b90dc7314b151891fa60a101251";
sha256 = "1dcd5r7pc4biiplm0lh7yca0h6hs0xpaq9dwaarmfsh9wrd68350";
stdenv.mkDerivation rec {
pname = "zsh-prezto";
version = "2020-05-20";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "793f239a5e38ef2c4b76a4955bb734520303e8c4";
sha256 = "0xhdl1g0rvlikq6qxh6cwp6wsrgmw4l1rmmq5xpc7wl6dyh35yri";
fetchSubmodules = true;
};
buildPhase = ''