ckbcomp: 1.229 -> 1.230

This commit is contained in:
R. Ryantm 2024-07-19 19:25:16 +00:00
parent 23fed6a921
commit 10dc80b1f8

View File

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