oh-my-zsh: 2019-10-27 -> 2019-10-30

This commit is contained in:
Tim Steinbach 2019-10-31 10:41:32 -04:00
parent f5dadcdb1a
commit 8a75eaa6a0
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-27";
version = "2019-10-30";
pname = "oh-my-zsh";
rev = "e363109a6d3367d8be1dd66f05a38eb38b4257d7";
rev = "687c50bdf999f8efd45f3c8f578a62329b0633da";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "05ald17kr9bqx106a4cc5i48w8sf67vlghd96k2lciiwjy9dcdki";
sha256 = "13vflcqshvr323sdh4yrs4wlvbxhhc7ldhcyawcwassk44g2kx8w";
};
pathsToLink = [ "/share/oh-my-zsh" ];