oh-my-zsh: 2019-10-24 -> 2019-10-25

This commit is contained in:
Tim Steinbach 2019-10-25 13:43:24 -04:00
parent 4328c87617
commit 50208ab5b9
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-10-24";
version = "2019-10-25";
pname = "oh-my-zsh";
rev = "9d790ea60ce1d3af265dfc05b77d77bd94b801d7";
rev = "9785d24172a8cc558e90dd266e37ef5ffa29aa80";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "15zvfvi7zr2pvqpy22w2ahcy2nbx1mmv1wcx5wcsr2nffgq8nanc";
sha256 = "0rjrswk4j3ga49s15z7fss64k0n3bz6z0j0sx7hai6ry58bh3m2v";
};
pathsToLink = [ "/share/oh-my-zsh" ];