oh-my-zsh: 2020-05-11 -> 2020-05-16

This commit is contained in:
Tim Steinbach 2020-05-17 11:05:01 -04:00
parent 28c2c0156d
commit 0e2a4780df
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-05-11";
version = "2020-05-16";
pname = "oh-my-zsh";
rev = "fd786291bab7468c7cdd5066ac436218a1fba9e2";
rev = "cbd6fbe7a7c3ef260f497704092dc43f2e953c3f";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "197478z13m2ian2qfwn0bjz5nhv233w74vw4271a2r0kihbp6pp5";
sha256 = "1h7q68n9nbmv9rgvzcx5ciisw8gh5p3ka0bz0abhmk00xsinhy09";
};
pathsToLink = [ "/share/oh-my-zsh" ];