oh-my-zsh: 2022-10-12 -> 2022-10-14

This commit is contained in:
R. Ryantm 2022-10-15 01:29:40 +00:00
parent 10586701d9
commit 20c97dbdce

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2022-10-12";
version = "2022-10-14";
pname = "oh-my-zsh";
rev = "b9be3a43b4da579299b4426b1ba9121f746e2555";
rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "KKvIYEYh8wpgil8d+Uf9M7uk0etPMOtrTjESa2hwJu4=";
sha256 = "qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
};
strictDeps = true;