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

ckbcomp: 1.227 -> 1.228
This commit is contained in:
Weijia Wang
2024-06-26 00:03:41 +02:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.227";
version = "1.228";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-95En8WDGad6s6PkUbDOs/I+DJ7A7tRyIq+Ets1kDPKM=";
sha256 = "sha256-fBDaP7OpQKQV8CIM3s74+E1M6BwsS47Jn2AX8xQK0tI=";
};
buildInputs = [ perl ];