Merge pull request #194931 from r-ryantm/auto-update/oh-my-zsh

oh-my-zsh: 2022-10-03 -> 2022-10-07
This commit is contained in:
Mario Rodas 2022-10-08 09:24:44 -05:00 committed by GitHub
commit 0f75c7cd17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2022-10-03";
version = "2022-10-07";
pname = "oh-my-zsh";
rev = "23f3ded92d07184b3611d08c62d7b474a76c956f";
rev = "11daa7dd5f22acadef1135000e92cc899e22c134";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "s4YwOOog+FxN0Dyyo8Jo7XZE9s0Wg/pexGujhqFxykQ=";
sha256 = "xtDymRvgm3VHTY3Hh6ikGTY8DQ5jn7Oc44b3HMXz75U=";
};
strictDeps = true;