oh-my-zsh: 2022-07-12 -> 2022-07-26 (#183068)

This commit is contained in:
R. RyanTM 2022-07-28 08:21:59 -07:00 committed by GitHub
parent 9b1db3db0e
commit a93e591819
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-07-12";
version = "2022-07-26";
pname = "oh-my-zsh";
rev = "249c708ed3a4a7a63d16a6e911a46b6fb9623cbd";
rev = "bb6c14cdfd0b7d543d0d9c2e5f0c0a9409a82084";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "zBLgAS96uovLIrKLoVSjRJKeoRkGWu6TQqsvoYokLV4=";
sha256 = "jlQKnF5vZp7ARVXtV/WEnTIV0m5FwqTj83igDyMyTTQ=";
};
strictDeps = true;