Commit 61a11941 authored by R. RyanTM's avatar R. RyanTM
Browse files

ckbcomp: 1.230 -> 1.231

parent 968e5b2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "ckbcomp";
  version = "1.230";
  version = "1.231";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "installer-team";
    repo = "console-setup";
    rev = version;
    sha256 = "sha256-Akt8c9yg/Q1Dxo5xZtLOdJ8yBlU9E1uMAwp388uQFVk=";
    sha256 = "sha256-3GoQL3ydbghSjBin05oxE8J84uwDVQU75UGrvg280es=";
  };

  buildInputs = [ perl ];