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

oh-my-zsh: 2024-04-25 -> 2024-05-03
This commit is contained in:
Weijia Wang 2024-05-13 23:27:30 +02:00 committed by GitHub
commit df66529b1e
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-04-25";
version = "2024-05-03";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "803e1a784cd520f101d126b47deea3297e6a82fc";
sha256 = "sha256-spfi3Jdd9yjZ+1l4uz6QX7HF996VvbHwgtlTaHSrAXM=";
rev = "668ca3a32dae5ff5d164fc3be565f1e2ece248db";
sha256 = "sha256-Rpqfwfs2MxNtSI5rX7XNx0oXExDgf7RAGR7nN8JAayY=";
};
strictDeps = true;