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

This commit is contained in:
Tim Steinbach 2019-09-20 09:48:17 -04:00
parent 457e349423
commit 861840baf6
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-13";
version = "2019-09-20";
pname = "oh-my-zsh";
rev = "32338fd40cae45c775dadc34ae05476811a3834b";
rev = "6cfaa076272e08b6a81b6358b78d020e48f8a4a6";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0fp1hzxmml14ds12751icbsm2v3rhwm2vf5qzc65722fvvb98p0p";
sha256 = "0i1mlw42g2w5pbg6zsl48pdwv1hy5zrwx9kq4w04mynwg7mc9hs5";
};
pathsToLink = [ "/share/oh-my-zsh" ];