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

oh-my-zsh: 2022-10-30 -> 2022-11-03
This commit is contained in:
figsoda 2022-11-04 10:40:25 -04:00 committed by GitHub
commit 9ec222e7a8
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-30";
version = "2022-11-03";
pname = "oh-my-zsh";
rev = "50a526f209a182add8a47e362e1c9a3bfd7c5af4";
rev = "b3b336b0f95644ceda7758871191cdf040b897b2";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1PPLUxFGUTHCxEgJXw8TLAqXOLfzz1oQNwmjLRfhQH4=";
sha256 = "azQ2ceqRnvugNI/1ORZXb+5zrv0PXvwYd2Zc85VXSo4=";
};
strictDeps = true;