Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-10 18:16:40 +00:00
committed by GitHub
45 changed files with 612 additions and 283 deletions

View File

@@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-01-31";
version = "2021-02-09";
pname = "oh-my-zsh";
rev = "c52e646bb7b109e15f6dc4047b29ca8c8e029433";
rev = "f21e646ce6c09198f7f625c597f08af49551fdb0";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "0yfpahn9a6aby8ym1slcn8kvric26xy14fk1jjj3f07xvh7xg2y9";
sha256 = "14m932zbzdbwyfqkn882jarpw4dbmxkfna5pakd4n5b123drjz46";
};
installPhase = ''