oh-my-zsh: 2024-06-20 -> 2024-06-28

This commit is contained in:
R. Ryantm 2024-06-28 15:56:23 +00:00
parent c8201d6eef
commit 57a286ccba

View File

@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2024-06-20";
version = "2024-06-28";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "a87e9c715b2d3249681f9cc8f8d9718030674d50";
sha256 = "sha256-5eE3tBYBw8nkmmSR32SM8z0I01MSQAtIP2pEkE3bgRs=";
rev = "dd4be1b6fb9973d63eba334d8bd92b3da30b3e72";
sha256 = "sha256-d6gqfBxAm4Y1xt204GhPhhEBOwP97K7qCeIf6I6Wbfg=";
};
strictDeps = true;