oh-my-zsh: 2025-07-01 -> 2025-07-28 (#427268)

This commit is contained in:
Weijia Wang 2025-08-04 11:10:02 -06:00 committed by GitHub
commit 28cec351c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-07-01";
version = "2025-07-28";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "3e7ef0182f59c7990a52cf6ec2981adb56d5b368";
sha256 = "sha256-FLi4qvw2USpoyvuaNP25ZcsanxShcoYEifhxH7yvNA4=";
rev = "5c804257ceb5b3062b876afae290adf72c474aad";
sha256 = "sha256-LSyabJIVuLdocx2fy5mVGFVX45gDxzm4hGDyF8yihZ4=";
};
strictDeps = true;