oh-my-zsh: 2024-04-12 -> 2024-04-23 (#305062)
This commit is contained in:
parent
e05ae19ac1
commit
4c51051b98
@ -5,14 +5,14 @@
|
|||||||
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
|
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2024-04-12";
|
version = "2024-04-23";
|
||||||
pname = "oh-my-zsh";
|
pname = "oh-my-zsh";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ohmyzsh";
|
owner = "ohmyzsh";
|
||||||
repo = "ohmyzsh";
|
repo = "ohmyzsh";
|
||||||
rev = "31f2025e0fa963788655fe197e0179c47588b175";
|
rev = "5d2d35cd1741af19553007fe0cc5324744fc58fa";
|
||||||
sha256 = "sha256-tQD7H1f2KKSo647rWtplSIoBUiiNWAvAxSWw6e26BNk=";
|
sha256 = "sha256-qEF36Ne1b63XYqfiTOtjbkF/cqDDAPM4EyckhOjYFEE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user