oh-my-zsh: 2019-06-11 -> 2019-06-12

This commit is contained in:
Tim Steinbach 2019-06-13 10:06:36 -04:00
parent 3e54aaad59
commit 910b179506
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-06-11";
version = "2019-06-12";
name = "oh-my-zsh-${version}";
rev = "69f37800beb064445fad9c947ac24504609151cd";
rev = "078f64dcf9c56f45d1d5e9e49dd5709baedc1386";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "1wbjbw70y94bwj7s6mmbdxlnn63jsphpd3562pvvx94bd5yxgsxn";
sha256 = "1ld9fzb3d1ypc4b5r2k9xi05jqrbdb1drl0jq50m5qffc8ydxnvx";
};
pathsToLink = [ "/share/oh-my-zsh" ];