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

oh-my-zsh: 2023-03-06 -> 2023-03-12
This commit is contained in:
Weijia Wang 2023-03-15 22:30:19 +02:00 committed by GitHub
commit 1df7332c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2023-03-06";
version = "2023-03-12";
pname = "oh-my-zsh";
rev = "3b759c5dc926d0973d82fa1b8ffed45d770d20e8";
rev = "72732a224e886933df6b64a49ec6f5e94c884612";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "QObQ2LNWukmtmiHr33T+aV7WT+EhG/KON6/0atPT5tE=";
sha256 = "L3cItc1DWNE3MRRlJC9mbOwqA1JuD6k8gqrJc7XpJkk=";
};
strictDeps = true;