Skip to content

Commit 423361a

Browse files
committed
oh-my-zsh: 2020-08-17 -> 2020-08-18
1 parent f36489b commit 423361a

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-17";
7+
version = "2020-08-18";
88
pname = "oh-my-zsh";
9-
rev = "7deda85f8cf7fb3c2f36b771a2e8bd70a28bf0b3";
9+
rev = "89400f156a6e1d64acaeab9ec265f54cdab91817";
1010

1111
src = fetchgit { inherit rev;
1212
url = "https://github.com/ohmyzsh/ohmyzsh";
13-
sha256 = "16czqfa01a1ak00ln37334q3gq811f5df2nqbvmj3129agnx28s4";
13+
sha256 = "1k659480dv7wi9rz1zdq8w0nysgjsm58jy2kzp3rnxaxm7fkzivm";
1414
};
1515

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

0 commit comments

Comments
 (0)