oh-my-zsh: 2020-03-12 -> 2020-04-10

This commit is contained in:
Tim Steinbach 2020-04-11 20:55:15 -04:00
parent cfd7a08c57
commit e98a0db83e
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-03-12";
version = "2020-04-10";
pname = "oh-my-zsh";
rev = "07e3236bc5c8dbf9d818a4f0145f09bdb4bec6f0";
rev = "d53355ab38763c6f637008d019c8e8b98f19b714";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "1imjvig60r250ljbnajxq4zv4fgs3l3jrrda0dvlnax5v5psxb12";
sha256 = "1rf086f26plqsyx4h19acqacwyr99amavhn1lk0g13kk58kcq9v6";
};
pathsToLink = [ "/share/oh-my-zsh" ];