Unverified Commit c24e9eab authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

oh-my-zsh: 2022-10-22 -> 2022-10-24
parents f8fae712 3d8c5c14
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:

stdenv.mkDerivation rec {
  version = "2022-10-22";
  version = "2022-10-24";
  pname = "oh-my-zsh";
  rev = "0066280c3e971e1e45a9037f6d0b993dabcc3576";
  rev = "bb8a0aa2c1c54c3aeb3e703397ab050fd62e36e6";

  src = fetchFromGitHub {
    inherit rev;
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    sha256 = "SiP58GhkhgaxdTG1A6jvWFkBs7D3mRCXZtNziCvPKKU=";
    sha256 = "bLuUkT81eJ37WtLasNzDNiGY21SveCZO7Ma5fbb61mc=";
  };

  strictDeps = true;