Unverified Commit e025c6f5 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #227439 from r-ryantm/auto-update/oh-my-zsh

oh-my-zsh: 2023-03-28 -> 2023-04-21
parents 2b6472fe 9db6b017
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-03-28";
  version = "2023-04-21";
  pname = "oh-my-zsh";
  rev = "fcbdc330ff50617c8b84d39ce069cc75df41108f";
  rev = "5d3e86e2a48adf7a308773f8f1b725d187c7c5ef";

  src = fetchFromGitHub {
    inherit rev;
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    sha256 = "MadBDgV3a4jOB5vmUVT4WUDJavQEQVjSYTmGUOApQ/s=";
    sha256 = "pJRe3UEpXpfop4huOzWwxivyCRJKIDN/y+Slv8bKcmk=";
  };

  strictDeps = true;