oh-my-zsh: 2025-11-03 -> 2025-11-09 (#460769)

This commit is contained in:
Nick Cao
2025-11-11 21:34:26 +00:00
committed by GitHub
+3 -3
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;