oh-my-zsh: 2019-06-12 -> 2019-06-15

This commit is contained in:
Tim Steinbach 2019-06-15 13:54:49 -04:00
parent d208a0678e
commit 3385abd753
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-06-12";
version = "2019-06-15";
name = "oh-my-zsh-${version}";
rev = "078f64dcf9c56f45d1d5e9e49dd5709baedc1386";
rev = "fec2e56bc9361edb8d403d231117686630c1b85b";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "1ld9fzb3d1ypc4b5r2k9xi05jqrbdb1drl0jq50m5qffc8ydxnvx";
sha256 = "0r94ccydajgylp7sj709ww7v6y4rnrxqk4g5nd934h6xk86v2c7j";
};
pathsToLink = [ "/share/oh-my-zsh" ];