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

oh-my-zsh: 2023-06-26 -> 2023-06-26
This commit is contained in:
figsoda 2023-06-29 09:55:57 -04:00 committed by GitHub
commit a68e3ee900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,13 +7,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2023-06-26"; version = "2023-06-26";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "d5f1f50ad2d62363785464d5b6eef1a009243d7a";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "sha256-QN4UTsug7pA0VjA18n/Yek77lwooVaYHZDSCr579iAk="; rev = "8cbe98469d9862d37d43ca4229dc8e915ec377a9";
sha256 = "sha256-/bFD1z/icQe4OfVcudMjIbkCh7MU6pEZiKBOYOFiCXs=";
}; };
strictDeps = true; strictDeps = true;