mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
oh-my-zsh: 2023-02-02 -> 2023-02-05
This commit is contained in:
parent
8d4ebc8e5d
commit
d37ecf3523
@ -5,15 +5,15 @@
|
||||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2023-02-02";
|
||||
version = "2023-02-05";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "f8bf8f0029a475831ebfba0799975ede20e08742";
|
||||
rev = "9b91e8256011240cbf65ba65fbe55c5fd9dbae07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "5xS5SPNnQTde/2UbOBmjKHiq+nr2Wgj4mt7cNa5m7fs=";
|
||||
sha256 = "kdFfctEqRChVH5zRBL0yLQEwdUnmILBsuU10n2YWlu0=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user