Unverified Commit 1dc550e0 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent b1bc8573
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;