oh-my-zsh: 2019-04-04 -> 2019-04-18

This commit is contained in:
Tim Steinbach 2019-04-19 08:11:49 -04:00
parent 4b5098e79a
commit d36827bd08
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2019-04-04";
version = "2019-04-18";
name = "oh-my-zsh-${version}";
rev = "4ddb2e384ab0840b1d8a6d4c95770ef8a6c25fcc";
rev = "9b2410fbcfa21d6115219fe626a6f422b578d3ac";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0hvpq24qh10x3ii3j16kwpzlgas6zw9bg0sspd9dlfqb7rcmvqy2";
sha256 = "17lach3kzhl0yjbzdrmg4456ms0w6n0kzzvxqmm977mfg5i2hcif";
};
pathsToLink = [ "/share/oh-my-zsh" ];