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

oh-my-zsh: 2023-02-23 -> 2023-03-01
This commit is contained in:
Mario Rodas 2023-03-03 06:32:29 -05:00 committed by GitHub
commit 39a9b1897e
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-02-23";
version = "2023-03-01";
pname = "oh-my-zsh";
rev = "8a008e1f51d451db21232edd6f1709e6c5ea334e";
rev = "a4a9a8cd8ccb4240a7c5df5f6766bd5340646e63";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "GXrDcM3MMDLHJ64xyyiORK6UPepFPaNbaZ5rNmV4zlk=";
sha256 = "2s9ZOix3lQKW7JJhuYKtjxh07HCODvIrJa7K2n9Pxzo=";
};
strictDeps = true;