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

ckbcomp: 1.209 -> 1.210
This commit is contained in:
Mario Rodas
2022-09-17 11:59:19 -05:00
committed by GitHub

View File

@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.209";
version = "1.210";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-fTAntT2XqerCwINHXLis1KE/8h4AzXo1zg3PzglTPTg=";
sha256 = "sha256-Np1u8oYIRwWlGpnpp5+VvYkZOkphv225p34og4O+HDE=";
};
buildInputs = [ perl ];