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

oh-my-zsh: 2022-10-22 -> 2022-10-24
This commit is contained in:
figsoda 2022-10-24 18:37:53 -04:00 committed by GitHub
commit c24e9eabbc
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 }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2022-10-22"; version = "2022-10-24";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "0066280c3e971e1e45a9037f6d0b993dabcc3576"; rev = "bb8a0aa2c1c54c3aeb3e703397ab050fd62e36e6";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "SiP58GhkhgaxdTG1A6jvWFkBs7D3mRCXZtNziCvPKKU="; sha256 = "bLuUkT81eJ37WtLasNzDNiGY21SveCZO7Ma5fbb61mc=";
}; };
strictDeps = true; strictDeps = true;