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

This commit is contained in:
Tim Steinbach 2020-08-25 09:11:39 -04:00
parent 39adc17e3b
commit 692a12e6ee
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-20";
version = "2020-08-24";
pname = "oh-my-zsh";
rev = "03b6a72576cb0f0b53abde25d409e8026d5c4ee9";
rev = "cfb86cd08d3b24fd4b59d0d35b3af1f589c891fa";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0bm043r3pffbv74drrv2xa66rsadrrsayscwwnfgp24svdmx7a6z";
sha256 = "0af37smv0bqw37bng2halzgszf8y3m2sxahdff54m16asm0py2cr";
};
pathsToLink = [ "/share/oh-my-zsh" ];