oh-my-zsh: Move rev outside src

This will allow it to work with the update script
This commit is contained in:
Tim Steinbach 2019-04-06 19:36:23 -04:00
parent a4ca883c5d
commit 4f02088386
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

@ -6,10 +6,10 @@
stdenv.mkDerivation rec {
version = "2019-01-15";
name = "oh-my-zsh-${version}";
rev = "586ca16902d9dae4d95d5256a824572f60219c83";
src = fetchgit {
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "586ca16902d9dae4d95d5256a824572f60219c83";
sha256 = "0hzc1fv848h9vlmrw487818l30xfw2vnv50yhkrgvw8lqaam3bs8";
};