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

ckbcomp: 1.212 -> 1.217
This commit is contained in:
Weijia Wang 2023-03-03 22:14:15 +02:00 committed by GitHub
commit e78c9a656e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ckbcomp"; pname = "ckbcomp";
version = "1.212"; version = "1.217";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "salsa.debian.org"; domain = "salsa.debian.org";
owner = "installer-team"; owner = "installer-team";
repo = "console-setup"; repo = "console-setup";
rev = version; rev = version;
sha256 = "sha256-ePWWBbMLXWZABztKeVV0nIfLfyO+9oBiSRNShbmOObw="; sha256 = "sha256-oiHY0ZylhPKrC3dZS760J6LSjzP6y7UiXGAmUp9idMI=";
}; };
buildInputs = [ perl ]; buildInputs = [ perl ];