mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
oh-my-zsh: 2020-11-20 → 2020-11-22
This commit is contained in:
parent
d4de778e5b
commit
e0e4c2281c
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
|||
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-11-20";
|
||||
version = "2020-11-22";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "d57131dc49500a056c5b78b0fb444c7cb1ca83cd";
|
||||
rev = "7a76afd61e5daab6fb33f955930efa7f4cf16021";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
sha256 = "073c6ni7a74gvb98y9z7xsc4x0i6p1r2sxp6bwdv3z8lsj8mfbd7";
|
||||
sha256 = "0zcy8ydyk6ba497q7m0l24wqy8ri616304w76mcxmpv7hh6yfnqa";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue