Merge pull request #106353 from r-ryantm/auto-update/ckbcomp

ckbcomp: 1.198 -> 1.199
This commit is contained in:
Mario Rodas 2020-12-08 13:37:55 -05:00 committed by GitHub
commit 3109f12126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ckbcomp"; pname = "ckbcomp";
version = "1.198"; version = "1.199";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "salsa.debian.org"; domain = "salsa.debian.org";
owner = "installer-team"; owner = "installer-team";
repo = "console-setup"; repo = "console-setup";
rev = version; rev = version;
sha256 = "04ahnn8gi24x9kjz6q4nm6gswc4gcav87rvq9sajj4g2hkrxfn0c"; sha256 = "0jvnxmqhfmj4aywskr2bk1q5p5fl8s4k4bch89965vcwi9bplalf";
}; };
buildInputs = [ perl ]; buildInputs = [ perl ];