ckbcomp: 1.212 -> 1.217

This commit is contained in:
R. Ryantm 2023-03-02 17:07:49 +00:00
parent 255f62ed45
commit 44a19761fa

View file

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