oh-my-zsh: 2020-04-26 -> 2020-04-30

This commit is contained in:
Tim Steinbach 2020-05-01 09:33:21 -04:00
parent 53b474b5a5
commit ac1f36ca16
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2020-04-26";
version = "2020-04-30";
pname = "oh-my-zsh";
rev = "c686aa3dbb30704b2f8f52bf1aae19a7e41c23c1";
rev = "06b0276675e978d80535259915fbb44011e10101";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "022ddr8p0kjin2374z5icvcrbw9q77gm5jxqvvgkrhqg8lp6n14l";
sha256 = "1y1c8v2akxwffrmcq8lmxvdnirqkxbxbrhcws76dlcgp2m3drvgq";
};
pathsToLink = [ "/share/oh-my-zsh" ];