oh-my-zsh: 2019-09-20 -> 2019-09-24

This commit is contained in:
Tim Steinbach 2019-09-26 10:37:58 -04:00
parent 6ab2a81b3e
commit 5c1adffe6e
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-20";
version = "2019-09-24";
pname = "oh-my-zsh";
rev = "6cfaa076272e08b6a81b6358b78d020e48f8a4a6";
rev = "f9e7c45a484723f693a77ab6128a1cc163f3704a";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0i1mlw42g2w5pbg6zsl48pdwv1hy5zrwx9kq4w04mynwg7mc9hs5";
sha256 = "10ih8bxsha5vq1cvfx5j7w0pd3zqxk8iam787r3z15l12xs9kfsq";
};
pathsToLink = [ "/share/oh-my-zsh" ];