mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
oh-my-zsh: 2022-04-14 -> 2022-04-18 (#169289)
This commit is contained in:
parent
d0d173f6ea
commit
7dcfa05ac8
@ -5,15 +5,15 @@
|
||||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2022-04-14";
|
||||
version = "2022-04-18";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "eb00b95d26e8f264af80f508d50ac32e50619027";
|
||||
rev = "ed411d3ff196e32844409ebe0f8b3e21b0b1c9f6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "kEyvSBVgHuTaBQu2X9OJ+eu2serHq9IyfJHxTmpv2BU=";
|
||||
sha256 = "j38odMVj/NT9qGf06RLREmEXQRsvR2UGSlzRxtn+C8E=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user