oh-my-zsh: 2025-11-03 -> 2025-11-09

This commit is contained in:
R. Ryantm
2025-11-11 20:58:13 +00:00
parent ff7090395a
commit 9778b5aa09

View File

@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-11-03";
version = "2025-11-09";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "90a22b61e66dbd83928be7b9739de554a5f1c09d";
sha256 = "sha256-ODtuQ/jqo0caw4l/8tUe/1TizAaAA/bSqZhIEjSuVi8=";
rev = "18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc";
sha256 = "sha256-cgGgWW6WNUIHKOEV7jfHQuClD2WRwSSFOQ76GG8ixrA=";
};
strictDeps = true;