oh-my-zsh: 2020-06-18 -> 2020-06-19

This commit is contained in:
Tim Steinbach 2020-06-22 08:13:13 -04:00
parent bc235be99a
commit 7bbca84761
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-06-18";
version = "2020-06-19";
pname = "oh-my-zsh";
rev = "5ffc0d036c587741fd25092e7809dad2b00b3677";
rev = "b706a919172955e16a1ab97f36a95b9ee4d9f1dc";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "04a9zg3l824wywk0qcm0pc4n4522cqljyix7kh3frc4psqnhh8qr";
sha256 = "01mf36ndzh657x8kx0fpq66zq7zf6bpiv2pg5zs7z0lglkm0x9xx";
};
pathsToLink = [ "/share/oh-my-zsh" ];