Merge pull request #36580 from ryantm/auto-update/grml-zsh-config

grml-zsh-config: 0.14.2 -> 0.14.3
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:36:42 -05:00 committed by GitHub
commit 3bacb4f57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
name = "grml-zsh-config-${version}";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "1xvv2mnkfqa657w8y4q2zrchhindngdzij9fbalcg1gggz4zdwcm";
sha256 = "1akx6lwxnbcccddzw41rci8rb9n5vb6q2vpn5qr07f0grchyiifk";
};
buildInputs = [ zsh coreutils txt2tags procps ]