mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
oh-my-zsh: 2019-07-13 -> 2019-07-22
This commit is contained in:
parent
2e6277f179
commit
ebf746457d
|
@ -4,13 +4,13 @@
|
||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2019-07-13";
|
version = "2019-07-22";
|
||||||
name = "oh-my-zsh-${version}";
|
name = "oh-my-zsh-${version}";
|
||||||
rev = "17f4cfca99398cb5511557b8515a17bf1bf2948a";
|
rev = "508cba2fc2ec545504abcf38ecdd958f3a89e5e8";
|
||||||
|
|
||||||
src = fetchgit { inherit rev;
|
src = fetchgit { inherit rev;
|
||||||
url = "https://github.com/robbyrussell/oh-my-zsh";
|
url = "https://github.com/robbyrussell/oh-my-zsh";
|
||||||
sha256 = "19f29mrvnhvndvl48fd5kdiixfs0apmb27h4mck5v95p6yw27b6f";
|
sha256 = "0pql5p8dwz576s0hgqrzk4543qawlghy7rv3k3jyhrwi4xx4z84d";
|
||||||
};
|
};
|
||||||
|
|
||||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||||
|
|
Loading…
Reference in a new issue