oh-my-zsh: 2022-08-10 -> 2022-08-14 (#187446)

This commit is contained in:
R. RyanTM 2022-08-24 08:14:56 -07:00 committed by GitHub
parent 0e304ff0d9
commit f012739348
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-08-10";
version = "2022-08-14";
pname = "oh-my-zsh";
rev = "835a0a5d17765243cabee782acb5905a9aab33c3";
rev = "3668ec2a82250020ca0c285ef8b277f1385a8085";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "dPFoa5dgU5+A3wRJQShD42AkZ0n3mm3+6j4tzc7mucQ=";
sha256 = "nWnvjqjXVUr45wIJSsfvJ/tQGYtWR0nEnNUguycDe5s=";
};
strictDeps = true;