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

oh-my-zsh: 2022-06-15 -> 2022-06-19
This commit is contained in:
Mario Rodas 2022-06-22 06:01:18 -05:00 committed by GitHub
commit 96950f23f8
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-15";
version = "2022-06-19";
pname = "oh-my-zsh";
rev = "8168ec0174e7e3212be20ecc74810155772abff1";
rev = "4c82a2eedf0c43d47601ffa8b0303ed1326fab8f";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "KbxVZ/sHwZEm8EzCR8ZOJdhiYnRyMLuUetBRxuj5izU=";
sha256 = "evFMOZUVpF8Qv3os+hx8Z7nC216sZclxO1g9ZaO//QU=";
};
strictDeps = true;