Skip to content

Commit

Permalink
oh-my-zsh: 2020-11-10 → 2020-11-11
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 11, 2020
1 parent f806886 commit d768890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/oh-my-zsh/default.nix
Expand Up @@ -5,15 +5,15 @@
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:

stdenv.mkDerivation rec {
version = "2020-11-10";
version = "2020-11-11";
pname = "oh-my-zsh";
rev = "dc4692b53e4a1dc512d405f36f2d2af30c66304b";
rev = "1beac5958ede29855ef2ac4313ada83ed37f5ea8";

src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "00jm6vvjq265injnrd6mbmq2dm3w8wmw3g7ibhv9spi2r3zb6400";
sha256 = "01pm1g4dhdg05fd9jqp148xi4aw9fkd6kyrvmxizbvsbbz8m751h";
};

installPhase = ''
Expand Down

0 comments on commit d768890

Please sign in to comment.