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

grml-zsh-config: 0.17.2 -> 0.17.3
This commit is contained in:
Mario Rodas 2020-07-04 06:20:32 -05:00 committed by GitHub
commit 0c9df94772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "grml-zsh-config";
version = "0.17.2";
version = "0.17.3";
src = fetchFromGitHub {
owner = "grml";
repo = "grml-etc-core";
rev = "v${version}";
sha256 = "1h17xdlxhnjqirqwksi8qhx2lyajz7b0hmvb80i7313splhjp6hn";
sha256 = "1d5d68gflf67hsg1gy2ywssfdx61j1kl799akhvlwi5c0vvszvpi";
};
buildInputs = [ zsh coreutils txt2tags procps ]