oh-my-zsh: 2021-11-11 -> 2021-12-02

This commit is contained in:
R. Ryantm 2021-12-06 13:29:06 +00:00 committed by Tim Steinbach
parent e76cb4c9bc
commit ca1f2a9ed2

View File

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
stdenv.mkDerivation rec {
version = "2021-11-11";
version = "2021-12-02";
pname = "oh-my-zsh";
rev = "b3ba9978cc42a5031c7b68e3cf917ec2e64643bc";
rev = "841f3cb0bb7663fa1062ffc59acb7b4581dc1d0f";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "9a5eVMphQ0jay9ogc/9ZFS+vvHlXhPYCCo8kMdgVsnA=";
sha256 = "Cn67FahvJAaAnO0MC1bBkVpIYByFR3EtrLoXs0beYHQ=";
};
installPhase = ''