oh-my-zsh: 2025-11-23 -> 2026-01-14 (#466864)

This commit is contained in:
Tim Steinbach
2026-01-16 14:36:52 +00:00
committed by GitHub
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-11-23";
version = "2026-01-14";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "beadd56dd75e8a40fe0a7d4a5d63ed5bf9efcd48";
sha256 = "sha256-e3zTM3rj4z6RwDai9i7KKrz6imTGmZiSAqcS9Mw2LZU=";
rev = "ec14da72fbf8b5016bb1533d4af3ff3bb2ac7a19";
sha256 = "sha256-ML9s5t26DTbrSxQLP1CEC7GWUdRYAy8IhMraMHqOc50=";
};
strictDeps = true;