ckbcomp: 1.230 -> 1.231

This commit is contained in:
R. Ryantm 2024-10-21 16:22:33 +00:00
parent 968e5b2ab2
commit 61a119413b

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.230";
version = "1.231";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-Akt8c9yg/Q1Dxo5xZtLOdJ8yBlU9E1uMAwp388uQFVk=";
sha256 = "sha256-3GoQL3ydbghSjBin05oxE8J84uwDVQU75UGrvg280es=";
};
buildInputs = [ perl ];