Unverified Commit 15ed0641 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #224384 from r-ryantm/auto-update/ddccontrol-db

ddccontrol-db: 20230223 -> 20230328
parents e325e5f3 39762330
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 ];