3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Tim Steinbach 2019-10-15 16:10:38 -04:00
parent 35c449291d
commit 2f6f6a3855
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-10";
version = "2019-10-15";
pname = "oh-my-zsh";
rev = "52f58785645c18aa88ea515d070a42bcfe97508d";
rev = "f56b678888c0ad4ac71458680d75d88b442cf09b";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0sxj077g8jh9v0n3zzrkihmgx7v5dyv4h6nrpk1c5ijjk9j7x9d5";
sha256 = "0d8xbnq3icqyn88awc213jy0dmmb0ma0xqxayj7zyxwns9mrpd82";
};
pathsToLink = [ "/share/oh-my-zsh" ];