ckbcomp: 1.218 -> 1.220

This commit is contained in:
R. Ryantm 2023-05-16 07:21:10 +00:00
parent 43f5efa493
commit 89b9c006ae

View file

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