Unverified Commit aa59b502 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ckbcomp: 1.230 -> 1.231 (#350278)

parents 736781db 61a11941
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 ];