oh-my-zsh: 2025-06-19 -> 2025-07-01 (#422274)

This commit is contained in:
Wolfgang Walther
2025-07-11 17:46:33 +00:00
committed by GitHub
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-06-19";
version = "2025-07-01";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "f8022980a3423f25e3d5e1b6a60d2372a2ba006b";
sha256 = "sha256-o7UCVCSDh/GpzvAPWpD72MQlHIC06nQVhIBj7n/OxXo=";
rev = "3e7ef0182f59c7990a52cf6ec2981adb56d5b368";
sha256 = "sha256-FLi4qvw2USpoyvuaNP25ZcsanxShcoYEifhxH7yvNA4=";
};
strictDeps = true;