ckbcomp: 1.235 -> 1.236

This commit is contained in:
R. Ryantm 2025-04-04 23:48:15 +00:00
parent 569c914f0c
commit 205ebdcf7e

View File

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.235";
version = "1.236";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-EGUPj5MesEhC+W6E+8Cute3HtpurwZk0TlcLBReepvI=";
sha256 = "sha256-b7ck48wRPga/ugCVbPCKRSRrpawIJCsEV1kbNeXDIHk=";
};
buildInputs = [ perl ];