ckbcomp: 1.210 -> 1.212

This commit is contained in:
R. Ryantm 2022-12-16 11:43:19 +00:00 committed by Frederik Rietdijk
parent 569148a934
commit d0e5ff5545

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ckbcomp"; pname = "ckbcomp";
version = "1.210"; version = "1.212";
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-Np1u8oYIRwWlGpnpp5+VvYkZOkphv225p34og4O+HDE="; sha256 = "sha256-ePWWBbMLXWZABztKeVV0nIfLfyO+9oBiSRNShbmOObw=";
}; };
buildInputs = [ perl ]; buildInputs = [ perl ];