oh-my-zsh: 2019-09-24 -> 2019-10-01

This commit is contained in:
Tim Steinbach 2019-10-01 08:04:40 -04:00
parent f5aaf1f958
commit f7765fb052
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-09-24";
version = "2019-10-01";
pname = "oh-my-zsh";
rev = "f9e7c45a484723f693a77ab6128a1cc163f3704a";
rev = "bb6ae70b92ce720762ff3baed65aadbd34fc1867";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "10ih8bxsha5vq1cvfx5j7w0pd3zqxk8iam787r3z15l12xs9kfsq";
sha256 = "1is3rk3bix1i8splamc6fi157pjvx25s66vvgvq298gs50k5jf9x";
};
pathsToLink = [ "/share/oh-my-zsh" ];