oh-my-zsh: 2020-08-18 -> 2020-08-20

This commit is contained in:
Tim Steinbach 2020-08-20 08:18:29 -04:00
parent 9c5578b08f
commit 725a3da8ab
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-08-18";
version = "2020-08-20";
pname = "oh-my-zsh";
rev = "89400f156a6e1d64acaeab9ec265f54cdab91817";
rev = "03b6a72576cb0f0b53abde25d409e8026d5c4ee9";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "1k659480dv7wi9rz1zdq8w0nysgjsm58jy2kzp3rnxaxm7fkzivm";
sha256 = "0bm043r3pffbv74drrv2xa66rsadrrsayscwwnfgp24svdmx7a6z";
};
pathsToLink = [ "/share/oh-my-zsh" ];