oh-my-zsh: 2025-04-03 -> 2025-04-13 (#398560)

This commit is contained in:
Nick Cao
2025-04-14 17:09:35 -04:00
committed by GitHub
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-04-03";
version = "2025-04-13";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "750d3ac4b493dca13ef0ced55fa6a2cd02dc7ee8";
sha256 = "sha256-f0pwEhxCsPuGhkSQW4A/KTffwLzKMaVCKQ8o4ZFfVhM=";
rev = "a84a0332a822a78ddf3f66d0e1ed3990d4badd12";
sha256 = "sha256-oBSs8DuPI7DgKaSSbuK5FgFwmGIVAp2B+YI9Hr1/mRw=";
};
strictDeps = true;