oh-my-zsh: 2020-07-01 -> 2020-07-03

This commit is contained in:
Tim Steinbach 2020-07-03 13:09:38 -04:00
parent 4de40fa9b4
commit 67557dff2f
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

View file

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2020-07-01";
version = "2020-07-03";
pname = "oh-my-zsh";
rev = "62648d71bb05116287206d83181f9daa5a59ba67";
rev = "a15f0f0e9ff17c1ca5c6d694d732e72c7c03a62b";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0pj73hvjzmp9x1b4b3zi9mlihzb9g04kfz230hmwz3kxpymw879q";
sha256 = "1byyhkd17sdrm5pz1k31xy1w8r6y85dsmhwqzy5kqzlsxbinjwxr";
};
pathsToLink = [ "/share/oh-my-zsh" ];