oh-my-zsh: 2024-04-23 -> 2024-04-25
This commit is contained in:
parent
8cf34f783f
commit
61fb3e4139
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2024-04-23";
|
||||
version = "2024-04-25";
|
||||
pname = "oh-my-zsh";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
rev = "5d2d35cd1741af19553007fe0cc5324744fc58fa";
|
||||
sha256 = "sha256-qEF36Ne1b63XYqfiTOtjbkF/cqDDAPM4EyckhOjYFEE=";
|
||||
rev = "803e1a784cd520f101d126b47deea3297e6a82fc";
|
||||
sha256 = "sha256-spfi3Jdd9yjZ+1l4uz6QX7HF996VvbHwgtlTaHSrAXM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue