oh-my-zsh: 2024-08-27 -> 2024-09-01 (#339190)

This commit is contained in:
R. RyanTM
2024-09-05 00:35:40 +10:00
committed by GitHub
parent d31b102583
commit 08eabd49ce

View File

@@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2024-08-27";
version = "2024-09-01";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "efe21261d031b4836f64112a899706322acd26b0";
sha256 = "sha256-ICHdwxySSzX64q+mfPKOQqOrLrc/RKiyvPioseNt4hE=";
rev = "b8c69d265257fae88fe504ea43cbcf2728bc1308";
sha256 = "sha256-Q0SjYWkWY5/haoPunp5yusYoXIXzmB2tces/9gOZgJM=";
};
strictDeps = true;