oh-my-zsh: 2019-05-05 -> 2019-05-06

This commit is contained in:
Tim Steinbach 2019-05-07 07:48:46 -04:00
parent 0702c84739
commit 6104102c24
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-05";
version = "2019-05-06";
name = "oh-my-zsh-${version}";
rev = "d4a3e0645bef49bfd1808aa263ecf916f79f9040";
rev = "6da59ff046d7a81483345d0e16333a69eb96ccc6";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "06i5b7akcdq16ifiv2mvvm2vjnnk1hvb7hhdim4admv4h9068mn6";
sha256 = "032smh1sahsr62wr0n4s9jmmyjq1iybdgvl388kh8d2hdkaj94r3";
};
pathsToLink = [ "/share/oh-my-zsh" ];