oh-my-zsh: 2025-05-14 -> 2025-05-24 (#410807)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:07:05 +00:00 committed by GitHub
commit 6ce66f4ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;