oh-my-zsh: 2024-08-04 -> 2024-08-14 (#334620)

This commit is contained in:
R. RyanTM 2024-08-15 00:35:23 +10:00 committed by GitHub
parent 436b138ed8
commit f38b1bf1e2
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-08-04";
version = "2024-08-14";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "0ffcc3b68a1196e9164ff42fac8a5fdd4804abd0";
sha256 = "sha256-wATdyI2NSB7bYJz9uWfYC6aa2tRk5iKPrQdvWBfj/yg=";
rev = "9ba6daa1b5d0b60c89525d679eb30fe3ed9947de";
sha256 = "sha256-A3RTjtzekBH/b/OuJEIN7SM/qNsC+gAgO8RJ9/Q2huc=";
};
strictDeps = true;