oh-my-zsh: 2025-08-08 -> 2025-08-16 (#434376)

This commit is contained in:
Weijia Wang
2025-08-23 17:08:34 +02:00
committed by GitHub
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-08-08";
version = "2025-08-16";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "9d8d4cf41482a95127ca41faecc0a7ee0781ca2e";
sha256 = "sha256-u98vvBhGYfvfYmo/J8hBc6bDui5HVlgM3hY32LwJGio=";
rev = "736632228a5f39573a15f4533b7672851f30bbe6";
sha256 = "sha256-NylC656n3cokbacg0YM8xjKtibBK8vvXG/7G3WXiIQw=";
};
strictDeps = true;