oh-my-zsh: 2024-05-31 -> 2024-06-04 (#318134)

This commit is contained in:
R. RyanTM 2024-06-11 09:41:25 +10:00 committed by GitHub
parent 291bfbd39c
commit 3288f1bf5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2024-05-31";
version = "2024-06-04";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "e0c6cb147030350c8e27dbdeda6e8a4d367d1e66";
sha256 = "sha256-lFaHehB7TCXH58GQbjUt4INtR7mCTOVOKvjOLxytK/o=";
rev = "efdfe2f29ac57a9de76391b4e5548edab6a43241";
sha256 = "sha256-IyBZMAcSFhZ2zdDZ9FcKpSEK3N2qjkTbkh3ToigFtTw=";
};
strictDeps = true;