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

oh-my-zsh: 2022-06-19 -> 2022-07-12
This commit is contained in:
Mario Rodas 2022-07-16 08:46:02 -05:00 committed by GitHub
commit 44a20dd353
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 = "2022-06-19";
version = "2022-07-12";
pname = "oh-my-zsh";
rev = "4c82a2eedf0c43d47601ffa8b0303ed1326fab8f";
rev = "249c708ed3a4a7a63d16a6e911a46b6fb9623cbd";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "evFMOZUVpF8Qv3os+hx8Z7nC216sZclxO1g9ZaO//QU=";
sha256 = "zBLgAS96uovLIrKLoVSjRJKeoRkGWu6TQqsvoYokLV4=";
};
strictDeps = true;