mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
grml-zsh-config: 0.19.14 -> 0.19.19
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
parent
33ceef1505
commit
44f9cf4d40
1 changed files with 7 additions and 3 deletions
|
@ -2,21 +2,25 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
asciidoctor,
|
||||
txt2tags,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "grml-zsh-config";
|
||||
version = "0.19.14";
|
||||
version = "0.19.19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grml";
|
||||
repo = "grml-etc-core";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-7UiP6CUP/qArOfcrFtpiNUBBwkcCSrvsPb29SSqSkmg=";
|
||||
sha256 = "sha256-47C1yq9IMaOLvehy3ekvjmAVl06hhJbKDxkCJFAALs0=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ txt2tags ];
|
||||
nativeBuildInputs = [
|
||||
asciidoctor
|
||||
txt2tags
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
cd doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue