oh-my-zsh: 2020-02-19 -> 2020-02-26

This commit is contained in:
Tim Steinbach 2020-02-26 11:47:28 -05:00
parent 8f3f727e06
commit b880ee9bb6
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2020-02-19";
version = "2020-02-26";
pname = "oh-my-zsh";
rev = "bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b";
rev = "01bfb57446fdc77e8b4ae696729688284392c0e6";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0nhqnhgp6y70q2p70qi7n4qzhahcb9q6hyqij7wfcdsws0lbf6nn";
sha256 = "1mkmdyzz89c48zncszv67lkhgkincpzx5hfssbyfyj3pkrgf97xx";
};
pathsToLink = [ "/share/oh-my-zsh" ];