mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
oh-my-zsh: 2021-12-18 -> 2022-01-18
This commit is contained in:
parent
03aabab071
commit
47a980581f
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 = "2021-12-18";
|
||||
version = "2022-01-18";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "904f8685f75ff5dd3f544f8c6f2cabb8e5952e9a";
|
||||
rev = "22c11da108764336d92d03d3113c1f486cdb5911";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "Pos7LaNQllZrzBUx8a7QXi1sAVcIABQJOLUjIwGIP/U=";
|
||||
sha256 = "Tnwy+3lCWjzDhjXtgLIiX3SxpJG6shxmmPFyeWkO2R0=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue