Skip to content

Commit 692a12e

Browse files
committed
oh-my-zsh: 2020-08-20 -> 2020-08-24
1 parent 39adc17 commit 692a12e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/shells/zsh/oh-my-zsh/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
{ stdenv, fetchgit }:
55

66
stdenv.mkDerivation rec {
7-
version = "2020-08-20";
7+
version = "2020-08-24";
88
pname = "oh-my-zsh";
9-
rev = "03b6a72576cb0f0b53abde25d409e8026d5c4ee9";
9+
rev = "cfb86cd08d3b24fd4b59d0d35b3af1f589c891fa";
1010

1111
src = fetchgit { inherit rev;
1212
url = "https://github.com/ohmyzsh/ohmyzsh";
13-
sha256 = "0bm043r3pffbv74drrv2xa66rsadrrsayscwwnfgp24svdmx7a6z";
13+
sha256 = "0af37smv0bqw37bng2halzgszf8y3m2sxahdff54m16asm0py2cr";
1414
};
1515

1616
pathsToLink = [ "/share/oh-my-zsh" ];

0 commit comments

Comments
 (0)