oh-my-zsh: 2020-12-16 → 2020-12-27
This commit is contained in:
parent
63e804bc85
commit
9e88afeb10
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
|||
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-12-16";
|
||||
version = "2020-12-27";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "b28665aebb4c1b07a57890eb59551bc51d0acf37";
|
||||
rev = "90ffda7ed28dd8273b80bd262c6a28be65e4da71";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "00m8d992jhbkd8mhm6zhirk9ga3dfzhh8idn2yp40yk7wdbzrd74";
|
||||
sha256 = "lYf+NmSgY0WFBMWxVBrh/f2cSJ0WqnaTktQNA0nYZNE=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue