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

oh-my-zsh: 2023-03-28 -> 2023-04-21
This commit is contained in:
figsoda 2023-04-21 19:08:05 -04:00 committed by GitHub
commit e025c6f560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;