Merge pull request #328509 from r-ryantm/auto-update/ckbcomp

ckbcomp: 1.229 -> 1.230
This commit is contained in:
Sebastián Mancilla 2024-08-22 21:08:56 -04:00 committed by GitHub
commit 4c37cf9089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];