oh-my-zsh: 2024-07-03 -> 2024-08-04 (#327649)

This commit is contained in:
R. RyanTM
2024-08-07 09:46:01 -04:00
committed by GitHub
parent 9134617536
commit 74bedbce0a
+3 -3
View File
@@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2024-07-03";
version = "2024-08-04";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "057f3ec67e65661d3c01b757ec5cad0a3718453e";
sha256 = "sha256-gRQ1F13/CZaxLmDT5L+seUPldP7pBy3n3AcnfBnpcO8=";
rev = "0ffcc3b68a1196e9164ff42fac8a5fdd4804abd0";
sha256 = "sha256-wATdyI2NSB7bYJz9uWfYC6aa2tRk5iKPrQdvWBfj/yg=";
};
strictDeps = true;