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

ckbcomp: 1.224 -> 1.226
This commit is contained in:
Weijia Wang 2024-03-07 09:21:44 +01:00 committed by GitHub
commit 7c920568c4
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.224";
version = "1.226";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-oqpETbMc0J8AKqt251kmxYyA2wgXxI1V2t6oJC14MfM=";
sha256 = "sha256-gipUL+EqBeFK0/3Ds5Xi67Kl/XEJkUe02lPhf7OifXY=";
};
buildInputs = [ perl ];