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

This commit is contained in:
Tim Steinbach 2021-01-27 23:05:58 +00:00
parent 269c2aace6
commit 25af703d2d
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 }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2021-01-20"; version = "2021-01-27";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "cd4918c2cdb6613cf77ea8f6f29e1930bd7f4bf5"; rev = "f75f8bb930c6c7aed5e4e7bded94936f6d9f7724";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "1b8zipghawa2rl3l6vylmhbwcwz9yq52xmbfpkz0bxhifisq74kn"; sha256 = "UyhYTshk62eGw7MpJATkBvd5qE3gGOM/v6Hw6WyAg2o=";
}; };
installPhase = '' installPhase = ''