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

oh-my-zsh: 2023-02-16 -> 2023-02-23
This commit is contained in:
Ryan Mulligan 2023-02-24 11:08:03 -08:00 committed by GitHub
commit ee3e8092a6
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-02-16";
version = "2023-02-23";
pname = "oh-my-zsh";
rev = "8a68bf67720a6a5442ae947d10d74b1dd3558d91";
rev = "8a008e1f51d451db21232edd6f1709e6c5ea334e";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "n6gfuvzz62l9AvQqWOwNjecLnHj4tsa5FDpunUeHZ/k=";
sha256 = "GXrDcM3MMDLHJ64xyyiORK6UPepFPaNbaZ5rNmV4zlk=";
};
strictDeps = true;