grml-zsh-config: 0.19.14 -> 0.19.19

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
Roman Volosatovs 2025-05-27 16:51:28 +02:00
parent 33ceef1505
commit 44f9cf4d40
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

@ -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