3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-zsh: 2023-05-23 -> 2023-06-16

This commit is contained in:
R. Ryantm 2023-06-16 20:57:57 +00:00
parent 74d4119976
commit adf6bc1fc3

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2023-05-23"; version = "2023-06-16";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "1bbe4d8d2431b5ac06d7402b570431884786db58"; rev = "42b86327ed875ee182f8fc394b90ae9328a5ac00";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "sha256-cBjTkTLmpbCRsodqGHhjgqdMU+hPiQSFIiyBbHyly+M="; sha256 = "sha256-dWDOuxtFqrCO0dwQ+kXgPwrLegdBRrqOxhFKqe2SFLs=";
}; };
strictDeps = true; strictDeps = true;