Unverified Commit e9095d68 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ckbcomp: 1.240 -> 1.242 (#438252)

parents cc24e7d4 5de0e19f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

stdenv.mkDerivation rec {
  pname = "ckbcomp";
  version = "1.240";
  version = "1.242";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "installer-team";
    repo = "console-setup";
    rev = version;
    sha256 = "sha256-cKMgFW97B0ippQjXur8e5rrlEVo5EBoAgCCni2MY5Ys=";
    sha256 = "sha256-5PV1Mbg7ZGQsotwnBVz8DI77Y8ULCnoTANqBLlP3YrE=";
  };

  buildInputs = [ perl ];