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

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

oh-my-zsh: 2022-11-04 -> 2022-11-06
parents 7b55553d 6068b854
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-11-04";
  version = "2022-11-06";
  pname = "oh-my-zsh";
  rev = "80fdbc9b91a9acca42fb90065b5e64a9722978a7";
  rev = "4806f755694d160f20e3fb8ae0a1d009d56d966b";

  src = fetchFromGitHub {
    inherit rev;
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    sha256 = "dapyDDtQ8JUE3PpmHo9DLtt0gEBOrHqoC8wMZeQFUts=";
    sha256 = "zaaTcTka4L3Ec2bWgT0Yd8vSVG/n21G0PC/VxK2DfT8=";
  };

  strictDeps = true;