oh-my-zsh: 2020-12-27 → 2020-12-28

This commit is contained in:
Tim Steinbach 2020-12-29 14:57:37 +00:00
parent 42900ac65d
commit e9d8aaa945
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -5,15 +5,15 @@
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }: , nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2020-12-27"; version = "2020-12-28";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "90ffda7ed28dd8273b80bd262c6a28be65e4da71"; rev = "4b2431e8b1c08a2dc14fe31bf07a5e5f08eaa87e";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "lYf+NmSgY0WFBMWxVBrh/f2cSJ0WqnaTktQNA0nYZNE="; sha256 = "09776acglph64lg9x1f1ypglbbhknrqidq47zk95vksd1in8l3is";
}; };
installPhase = '' installPhase = ''