lol

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

oh-my-zsh: 2022-11-03 -> 2022-11-04

authored by

Mario Rodas and committed by
GitHub
247d9a38 b7e617a2

+3 -3
+3 -3
pkgs/shells/zsh/oh-my-zsh/default.nix
··· 5 5 , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: 6 6 7 7 stdenv.mkDerivation rec { 8 - version = "2022-11-03"; 8 + version = "2022-11-04"; 9 9 pname = "oh-my-zsh"; 10 - rev = "b3b336b0f95644ceda7758871191cdf040b897b2"; 10 + rev = "80fdbc9b91a9acca42fb90065b5e64a9722978a7"; 11 11 12 12 src = fetchFromGitHub { 13 13 inherit rev; 14 14 owner = "ohmyzsh"; 15 15 repo = "ohmyzsh"; 16 - sha256 = "azQ2ceqRnvugNI/1ORZXb+5zrv0PXvwYd2Zc85VXSo4="; 16 + sha256 = "dapyDDtQ8JUE3PpmHo9DLtt0gEBOrHqoC8wMZeQFUts="; 17 17 }; 18 18 19 19 strictDeps = true;