oh-my-zsh: 2023-06-19 -> 2023-06-20

This commit is contained in:
R. Ryantm 2023-06-26 02:02:43 +00:00
parent e38e4cd6b9
commit e10e22f890

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2023-06-19";
version = "2023-06-20";
pname = "oh-my-zsh";
rev = "c0e811c90df387eca4223c7d4dbb3f2d32a684c7";
rev = "8a6fc5c16d49368dc8f9ddd965a9e25ef652e129";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "sha256-Kv6sA4ICKcLi4jU16fBwnCHbHbOyYUvjVA4Gl0WQAeI=";
sha256 = "sha256-/t4BUntSWNES8c+ePFOPniqYp2edlgc4IWW4RKfDZsU=";
};
strictDeps = true;