oh-my-zsh: 2021-01-04 → 2021-01-05

This commit is contained in:
Tim Steinbach 2021-01-06 15:59:05 +00:00
parent 631af2143f
commit c034059bca
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 }:
stdenv.mkDerivation rec {
version = "2021-01-04";
version = "2021-01-05";
pname = "oh-my-zsh";
rev = "2118d35e017eb8c599f3c25863c8263aca307541";
rev = "86f805280f6a8cf65d8d0a9380489aae4b72f767";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "132wh37grxz19djnbgyihvgjacr6jqx8jjsxwzsknv7v49b6gp8z";
sha256 = "1wf4g1z7fvravsp020xdqvczf4kcw1nh3b22djlsgd97n8qgziaz";
};
installPhase = ''