oh-my-zsh: 2021-01-16 → 2021-01-20

This commit is contained in:
Tim Steinbach 2021-01-20 14:51:58 +00:00
parent 7a9a49110b
commit c6a31be155
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-01-16";
version = "2021-01-20";
pname = "oh-my-zsh";
rev = "efcbd9f3480a28ec69c607c46adcbfd8d230ac9f";
rev = "cd4918c2cdb6613cf77ea8f6f29e1930bd7f4bf5";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1zngxqkhm49m2qczvyp5mws7d4bwxbb3fq20xqbbdpgk35smwnxc";
sha256 = "1b8zipghawa2rl3l6vylmhbwcwz9yq52xmbfpkz0bxhifisq74kn";
};
installPhase = ''