mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #190346 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2022-08-14 -> 2022-09-07
This commit is contained in:
commit
773feb6880
|
@ -5,15 +5,15 @@
|
|||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2022-08-14";
|
||||
version = "2022-09-07";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "3668ec2a82250020ca0c285ef8b277f1385a8085";
|
||||
rev = "875a4553204679cc1e3023a7d0e0bf2cf7d60800";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "nWnvjqjXVUr45wIJSsfvJ/tQGYtWR0nEnNUguycDe5s=";
|
||||
sha256 = "iPW6u4LxXFNL1n9NzhoA9uGAZvykx+sDI0syYwUf4+k=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue