Commit 69764ae8 authored by R. RyanTM's avatar R. RyanTM
Browse files

ddccontrol-db: 20230328 -> 20230424

parent ffd548d5
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 = "20230328";
  version = "20230424";

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

  nativeBuildInputs = [ autoreconfHook intltool ];