oh-my-zsh: 2019-12-22 -> 2019-12-27

This commit is contained in:
Tim Steinbach 2019-12-26 20:10:45 -05:00
parent 3e6bdc0600
commit 8c01abd962
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-12-22";
version = "2019-12-27";
pname = "oh-my-zsh";
rev = "38929084f98684b9267d7f0cfe3e7f9aa5f861d2";
rev = "0c2f7514fc65d23fe86ad4c8eb6807ec7c18043f";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0iwyfl8gk3hzd5hpryr0sk96n9p5m3riqdnaclmpasa0dyynd2ya";
sha256 = "0ql0l4w72kid0dzyzvawaxkba8df2m3683gqflqqmvmzjxx3vcvf";
};
pathsToLink = [ "/share/oh-my-zsh" ];