oh-my-zsh: 2021-01-07 → 2021-01-14
This commit is contained in:
parent
7bead9b8fa
commit
3d39348aac
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# This script was inspired by the ArchLinux User Repository package:
|
# This script was inspired by the ArchLinux User Repository package:
|
||||||
#
|
#
|
||||||
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oh-my-zsh-git
|
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oh-my-zsh-git
|
||||||
{ lib, stdenv, fetchFromGitHub, nixosTests, writeScript, common-updater-scripts, git
|
{ lib, stdenv, fetchFromGitHub, nixosTests, writeScript, common-updater-scripts
|
||||||
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2021-01-07";
|
version = "2021-01-14";
|
||||||
pname = "oh-my-zsh";
|
pname = "oh-my-zsh";
|
||||||
rev = "c9bf8b4a84d4ae392cf1bdd6a4a7c7c4f7710b92";
|
rev = "a3bdff694a388c9bede63afec3c4a0a78bffa1ba";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "ohmyzsh";
|
owner = "ohmyzsh";
|
||||||
repo = "ohmyzsh";
|
repo = "ohmyzsh";
|
||||||
sha256 = "13i4r2bhffdjcln5cml29m9gzw9m39yxcln49h3shpp7s1gl3z4a";
|
sha256 = "03zw150d11hmkdy39pazprmpsgg2jqvif2kdysg86p43ah40x8w9";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue