oh-my-zsh: 2024-09-01 -> 2024-09-22 (#343890)

This commit is contained in:
R. RyanTM 2024-09-26 00:44:45 +10:00 committed by GitHub
parent e5da3f4a87
commit 3510b853ef
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-09-01";
version = "2024-09-22";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "b8c69d265257fae88fe504ea43cbcf2728bc1308";
sha256 = "sha256-Q0SjYWkWY5/haoPunp5yusYoXIXzmB2tces/9gOZgJM=";
rev = "f11cc8fea190eb9a1638dc67877436d0b8475ff5";
sha256 = "sha256-9rk9iyz7uK1JfNfBq3jxrB3qzdR7xo43899KIivS/Zo=";
};
strictDeps = true;