Commit d37ecf35 authored by R. RyanTM's avatar R. RyanTM
Browse files

oh-my-zsh: 2023-02-02 -> 2023-02-05

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

stdenv.mkDerivation rec {
  version = "2023-02-02";
  version = "2023-02-05";
  pname = "oh-my-zsh";
  rev = "f8bf8f0029a475831ebfba0799975ede20e08742";
  rev = "9b91e8256011240cbf65ba65fbe55c5fd9dbae07";

  src = fetchFromGitHub {
    inherit rev;
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    sha256 = "5xS5SPNnQTde/2UbOBmjKHiq+nr2Wgj4mt7cNa5m7fs=";
    sha256 = "kdFfctEqRChVH5zRBL0yLQEwdUnmILBsuU10n2YWlu0=";
  };

  strictDeps = true;