3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-zsh: 2019-10-09 -> 2019-10-10

This commit is contained in:
Tim Steinbach 2019-10-12 11:17:24 -04:00
parent 91295f93fb
commit 950ae44ea9
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -4,13 +4,13 @@
{ stdenv, fetchgit }: { stdenv, fetchgit }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2019-10-09"; version = "2019-10-10";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "710a3d5a1e2888a4dfb1769f8f1edd8a590eee22"; rev = "52f58785645c18aa88ea515d070a42bcfe97508d";
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 = "0yckzrinlggyr40qc0cib3nw631vgy8nryiazyjw1mlx8iq1dskd"; sha256 = "0sxj077g8jh9v0n3zzrkihmgx7v5dyv4h6nrpk1c5ijjk9j7x9d5";
}; };
pathsToLink = [ "/share/oh-my-zsh" ]; pathsToLink = [ "/share/oh-my-zsh" ];