Merge pull request #219208 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.212 -> 1.217
This commit is contained in:
commit
e78c9a656e
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue