oh-my-zsh: 2019-05-01 -> 2019-05-03

This commit is contained in:
Tim Steinbach 2019-05-04 10:36:57 -04:00
parent 59e9fb1d52
commit 01c27d6faf
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-05-01";
version = "2019-05-03";
name = "oh-my-zsh-${version}";
rev = "55f20fed6e34e6651816888ea823b61de2fedbcb";
rev = "8113ed065d5bead01430e393bd33d6e32a597471";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "1b5mpvrc78zh679bbdj4mm2mv3wgaj6ys4iqnbxlcvgqzzh07hxg";
sha256 = "1i1z1zbi4va0r47091bjmjyjx62flya6yzp0fsi1dklgq67lki3w";
};
pathsToLink = [ "/share/oh-my-zsh" ];