oh-my-zsh: 2025-05-14 -> 2025-05-24

This commit is contained in:
R. Ryantm 2025-05-25 13:43:47 +00:00
parent aad53c52dd
commit ef499c49fa

View file

@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-05-14";
version = "2025-05-24";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "c95509ebfdbcc3c497f12697cfd2717bcb0a528b";
sha256 = "sha256-abhfCm/7L866nLbucPNHfM5xLU7CYfb8fbK6auUOw3Q=";
rev = "095ac3ca8f4c3a89a69ff3b45cb67346f76babbd";
sha256 = "sha256-Xn9JC7ue/G3w/QpgH8tFZI5F8KlxKmue8Of9Sk6eujY=";
};
strictDeps = true;