We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c768dcf commit 858cce4Copy full SHA for 858cce4
1 file changed
pkgs/shells/zsh/oh-my-zsh/default.nix
@@ -4,13 +4,13 @@
4
{ stdenv, fetchgit }:
5
6
stdenv.mkDerivation rec {
7
- version = "2020-05-18";
+ version = "2020-05-20";
8
pname = "oh-my-zsh";
9
- rev = "4012df8fbb449bd551400c66f7602452bbae0bd1";
+ rev = "cfdd3c8dd87cd22281ec5d964ecb915bc9ad7e92";
10
11
src = fetchgit { inherit rev;
12
url = "https://github.com/ohmyzsh/ohmyzsh";
13
- sha256 = "0pd39fgz9zqkzgpgpjp59vwq1px2clbsn1rz0cy3mhk85fhdbais";
+ sha256 = "018r9aq5s0lc5k8i8jp8w9qgp56acj4rmk9n43nfakr6ivhyjwmd";
14
};
15
16
pathsToLink = [ "/share/oh-my-zsh" ];
0 commit comments