mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
oh-my-zsh: 2023-03-28 -> 2023-04-21
This commit is contained in:
parent
d72657a34d
commit
9db6b0179f
|
@ -5,15 +5,15 @@
|
|||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2023-03-28";
|
||||
version = "2023-04-21";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "fcbdc330ff50617c8b84d39ce069cc75df41108f";
|
||||
rev = "5d3e86e2a48adf7a308773f8f1b725d187c7c5ef";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "MadBDgV3a4jOB5vmUVT4WUDJavQEQVjSYTmGUOApQ/s=";
|
||||
sha256 = "pJRe3UEpXpfop4huOzWwxivyCRJKIDN/y+Slv8bKcmk=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue