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

This commit is contained in:
Tim Steinbach 2021-01-08 14:03:09 +00:00
parent 137859bc9d
commit f621108dbc
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-05";
version = "2021-01-07";
pname = "oh-my-zsh";
rev = "86f805280f6a8cf65d8d0a9380489aae4b72f767";
rev = "c9bf8b4a84d4ae392cf1bdd6a4a7c7c4f7710b92";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1wf4g1z7fvravsp020xdqvczf4kcw1nh3b22djlsgd97n8qgziaz";
sha256 = "13i4r2bhffdjcln5cml29m9gzw9m39yxcln49h3shpp7s1gl3z4a";
};
installPhase = ''