oh-my-zsh: 2025-04-19 -> 2025-04-29 (#403738)

This commit is contained in:
R. RyanTM
2025-05-14 09:49:24 -04:00
committed by GitHub
parent b1bc857355
commit 1dc550e038
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-04-19";
version = "2025-04-29";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "de1ca65dcaebd19f5ca6626616bb79b529362458";
sha256 = "sha256-ag/hVeCvrGHYSchdeTQKOtqFvmtn12vJZJM+EIpyYpE=";
rev = "f6a7bbf81a18d30f75bad72de3398d0f55c8792b";
sha256 = "sha256-2SoiItbJ/WQ+Kv8gM+nBjco0BiX+CYoJ4d+yj71XckE=";
};
strictDeps = true;