3
0
Fork 0
forked from mirrors/nixpkgs

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

ckbcomp: 1.220 -> 1.221
This commit is contained in:
Weijia Wang 2023-06-11 22:10:54 +03:00 committed by GitHub
commit 0f346699cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ckbcomp";
version = "1.220";
version = "1.221";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
rev = version;
sha256 = "sha256-t/yz7l08gPjGycjcXxnQFt49KcvVF2G/XBn+ko8gAC8=";
sha256 = "sha256-4/g2RR3jDeEjntEC9IySn3hHofK23zKb8+kvTcbnpTI=";
};
buildInputs = [ perl ];