mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
oh-my-zsh: Move rev outside src
This will allow it to work with the update script
This commit is contained in:
parent
a4ca883c5d
commit
4f02088386
@ -6,10 +6,10 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2019-01-15";
|
version = "2019-01-15";
|
||||||
name = "oh-my-zsh-${version}";
|
name = "oh-my-zsh-${version}";
|
||||||
|
rev = "586ca16902d9dae4d95d5256a824572f60219c83";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit { inherit rev;
|
||||||
url = "https://github.com/robbyrussell/oh-my-zsh";
|
url = "https://github.com/robbyrussell/oh-my-zsh";
|
||||||
rev = "586ca16902d9dae4d95d5256a824572f60219c83";
|
|
||||||
sha256 = "0hzc1fv848h9vlmrw487818l30xfw2vnv50yhkrgvw8lqaam3bs8";
|
sha256 = "0hzc1fv848h9vlmrw487818l30xfw2vnv50yhkrgvw8lqaam3bs8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user