oh-my-zsh: 2023-02-02 -> 2023-02-05

This commit is contained in:
R. Ryantm 2023-02-06 08:12:43 +00:00
parent 8d4ebc8e5d
commit d37ecf3523

View File

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2023-02-02";
version = "2023-02-05";
pname = "oh-my-zsh";
rev = "f8bf8f0029a475831ebfba0799975ede20e08742";
rev = "9b91e8256011240cbf65ba65fbe55c5fd9dbae07";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "5xS5SPNnQTde/2UbOBmjKHiq+nr2Wgj4mt7cNa5m7fs=";
sha256 = "kdFfctEqRChVH5zRBL0yLQEwdUnmILBsuU10n2YWlu0=";
};
strictDeps = true;