oh-my-zsh: 2025-06-19 -> 2025-07-01

This commit is contained in:
R. Ryantm
2025-07-04 04:04:30 +00:00
parent 9af9e79f31
commit b66399a3c7
+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;