mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #165898 from r-ryantm/auto-update/oh-my-zsh
This commit is contained in:
commit
05fc9a6c90
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
|||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2022-03-22";
|
||||
version = "2022-03-26";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "50113a53f379b7d98e6921ba58e8440324beb32c";
|
||||
rev = "dbadfa0810c0be346b98c02cc802c33fa43bee11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "RBaJ6/NmPS106xWEj47zBsTWSOp19aq3WTyXcdA5T3c=";
|
||||
sha256 = "GXg3GmJp0rSIaZKf3+YDbghpGEnvhf8TRiDQSLvO/ZM=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue