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

ckbcomp: 1.199 -> 1.205
This commit is contained in:
Artturi 2021-08-10 04:06:55 +03:00 committed by GitHub
commit c4b5a2c168
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.199"; version = "1.205";
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 = "0jvnxmqhfmj4aywskr2bk1q5p5fl8s4k4bch89965vcwi9bplalf"; sha256 = "sha256-agE+Bspw1JL1R1HvNeWW4xr2m0+H83f/9jk6EjQwxWk=";
}; };
buildInputs = [ perl ]; buildInputs = [ perl ];