grml-zsh-config: 0.19.0 -> 0.19.1

This commit is contained in:
Roman Volosatovs 2022-02-11 11:58:50 +01:00
parent 4a198fea2c
commit 74a7e3d9ee
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "sha256-Vn8NzpvJ1W/+UUuhr1plLqskVBUOFJHvy+hxKE3DmIs=";
sha256 = "sha256-GEuBYN6HVAjiAbusVuEA7zBG9fIVZHLV628Jt6Cv5cM=";
};
buildInputs = [ zsh coreutils txt2tags procps ]