Commit 39762330 authored by R. RyanTM's avatar R. RyanTM
Browse files

ddccontrol-db: 20230223 -> 20230328

parent e8abe5d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "ddccontrol-db";
  version = "20230223";
  version = "20230328";

  src = fetchFromGitHub {
    owner = "ddccontrol";
    repo = pname;
    rev = version;
    sha256 = "sha256-ehmMSriBYVOeKbXDybpnbYwBEQJcN0NQJ3zaneMxFmQ=";
    sha256 = "sha256-74HZqgIEDCKeByPFsuUy3A9zutc5ALNxCrRipi7nbI4=";
  };

  nativeBuildInputs = [ autoreconfHook intltool ];