ckbcomp: 1.227 -> 1.228

This commit is contained in:
R. Ryantm
2024-06-20 06:44:59 +00:00
parent 026f02ce7d
commit afb4861c72
+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 ];