oh-my-zsh: 2024-06-28 -> 2024-07-03

This commit is contained in:
R. Ryantm 2024-07-05 17:49:33 +00:00
parent 381a94c16d
commit 31c74ace74

View File

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