ckbcomp: 1.217 -> 1.218

This commit is contained in:
R. Ryantm 2023-03-25 15:49:28 +00:00
parent 4ae95d7842
commit 7de0aeade4

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.217";
version = "1.218";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-oiHY0ZylhPKrC3dZS760J6LSjzP6y7UiXGAmUp9idMI=";
sha256 = "sha256-8FCQEQiy+xDOUmdABPrr0J87RLj0kqdJDxv4JvyzZM0=";
};
buildInputs = [ perl ];