Unverified Commit 3510b853 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

oh-my-zsh: 2024-09-01 -> 2024-09-22 (#343890)

parent e5da3f4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:

stdenv.mkDerivation rec {
  version = "2024-09-01";
  version = "2024-09-22";
  pname = "oh-my-zsh";

  src = fetchFromGitHub {
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    rev = "b8c69d265257fae88fe504ea43cbcf2728bc1308";
    sha256 = "sha256-Q0SjYWkWY5/haoPunp5yusYoXIXzmB2tces/9gOZgJM=";
    rev = "f11cc8fea190eb9a1638dc67877436d0b8475ff5";
    sha256 = "sha256-9rk9iyz7uK1JfNfBq3jxrB3qzdR7xo43899KIivS/Zo=";
  };

  strictDeps = true;