ckbcomp: 1.197 -> 1.198

This commit is contained in:
R. RyanTM 2020-11-17 06:25:24 +00:00 committed by Jonathan Ringer
parent 8e80af2e89
commit 193ace7e8a

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ckbcomp"; pname = "ckbcomp";
version = "1.197"; version = "1.198";
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 = "0m2q30f94vd1wb2zqpiyplpgfchjlm8j41xiyxcqdjzdgqbs7l27"; sha256 = "04ahnn8gi24x9kjz6q4nm6gswc4gcav87rvq9sajj4g2hkrxfn0c";
}; };
buildInputs = [ perl ]; buildInputs = [ perl ];