oh-my-zsh: 2026-02-11 -> 2026-02-19

This commit is contained in:
R. Ryantm 2026-02-19 14:41:31 +00:00
parent 5649c3b5c6
commit 6b6abeb694

View file

@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2026-02-11";
version = "2026-02-19";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "88659ed193cd1af0ba3679c9de3c85f21003f3d4";
sha256 = "sha256-x/jdp4Ec7/Iptu8RWZ6mBqT17Di8aNPcMiGLLUY9Z3o=";
rev = "52d93f18d61f11db69b4591d7fc7bd5578954d30";
sha256 = "sha256-fGFPVHbJFtXvuiR0yOc9Qt1TUuIfNAYezGQtESt9REA=";
};
strictDeps = true;