oh-my-zsh: 2021-10-06 -> 2021-10-07
This commit is contained in:
parent
42142a6a2a
commit
e28ad86a6f
@ -5,15 +5,15 @@
|
||||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2021-10-06";
|
||||
version = "2021-10-07";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "29b5c182bec4cec7704fb8bac9ee0ab971dfb89a";
|
||||
rev = "dc83d0b7204cf66315471e980729490813b7d915";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "pPBeZj/QTQCIuBtE7+4CmuXacblU4RGXty+cdeQw+54=";
|
||||
sha256 = "7V6v9II48C4OoTf2CBQt+mqfh4kbMb8MspGBkX42Q/c=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user