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

oh-my-zsh: 2024-05-03 -> 2024-05-31
This commit is contained in:
Weijia Wang 2024-06-02 17:24:34 +02:00 committed by GitHub
commit b1be798d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2024-05-03";
version = "2024-05-31";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "668ca3a32dae5ff5d164fc3be565f1e2ece248db";
sha256 = "sha256-Rpqfwfs2MxNtSI5rX7XNx0oXExDgf7RAGR7nN8JAayY=";
rev = "e0c6cb147030350c8e27dbdeda6e8a4d367d1e66";
sha256 = "sha256-lFaHehB7TCXH58GQbjUt4INtR7mCTOVOKvjOLxytK/o=";
};
strictDeps = true;