3
0
Fork 0
forked from mirrors/nixpkgs

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

oh-my-zsh: 2022-10-24 -> 2022-10-25
This commit is contained in:
figsoda 2022-10-26 12:25:40 -04:00 committed by GitHub
commit e79e20de9d
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 = "2022-10-24";
version = "2022-10-25";
pname = "oh-my-zsh";
rev = "bb8a0aa2c1c54c3aeb3e703397ab050fd62e36e6";
rev = "49691b58b3c1fbe64b927ec88d5e9697f76e2a80";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "bLuUkT81eJ37WtLasNzDNiGY21SveCZO7Ma5fbb61mc=";
sha256 = "z6cwBsOxMEdm+3QeqeDPIya0jzvrcxrkl7ssd+dHkKo=";
};
strictDeps = true;