3
0
Fork 0
forked from mirrors/nixpkgs

ckbcomp: 1.187 -> 1.188

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ckbcomp/versions
This commit is contained in:
R. RyanTM 2019-01-03 17:37:12 -08:00 committed by Frederik Rietdijk
parent 0e0e9de95a
commit aa366da6c0

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "ckbcomp-${version}";
version = "1.187";
version = "1.188";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "1dcsgdai5lm1r0bhlcfwh01s9k11iwgnd0111gpgbv568rs5isqh";
sha256 = "1741mg2wc5wa63clkijmv04zd6jxhc7c6aq7mkhqw1r4dhfhih19";
};
buildInputs = [ perl ];