oh-my-zsh: 2023-06-26 -> 2023-11-29
This commit is contained in:
parent
0292524e08
commit
83cb828876
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
, 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-06-26";
|
version = "2023-11-29";
|
||||||
pname = "oh-my-zsh";
|
pname = "oh-my-zsh";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ohmyzsh";
|
owner = "ohmyzsh";
|
||||||
repo = "ohmyzsh";
|
repo = "ohmyzsh";
|
||||||
rev = "8cbe98469d9862d37d43ca4229dc8e915ec377a9";
|
rev = "418046e9583f635b0303e4b8cf31c356b175cec3";
|
||||||
sha256 = "sha256-/bFD1z/icQe4OfVcudMjIbkCh7MU6pEZiKBOYOFiCXs=";
|
sha256 = "sha256-r36vF37J+3rLGg0QzmT4U8Lp5nqRhAs8We0aDtBJKJM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue