oh-my-zsh: 2020-03-12 -> 2020-04-10
This commit is contained in:
parent
cfd7a08c57
commit
e98a0db83e
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user