ckbcomp: 1.222 -> 1.223

This commit is contained in:
R. Ryantm 2023-10-09 21:14:04 +00:00
parent 38aa96fc39
commit 8dee6c0dc4

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.222";
version = "1.223";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-2HviEt/PJS3QFgGPa8WsUeDhotGaHRLs51LlSimfTYQ=";
sha256 = "sha256-B0wUMyYNpPddrE4feUaHoeTtoJdE+IS7nY8gOvPBYSU=";
};
buildInputs = [ perl ];