Unverified Commit 65e63f0a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ddccontrol-db: 20240304 -> 20240920 (#343271)

parents 5dcb09c2 4ddc9f80
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 = "20240304";
  version = "20240920";

  src = fetchFromGitHub {
    owner = "ddccontrol";
    repo = pname;
    rev = version;
    sha256 = "sha256-vXG9aa6Zdv5R7q62tpFaUIw4MVnT/jWwZ+jw1S9K7MM=";
    sha256 = "sha256-u+buByJ7w1VHs4fGWNRy2EDFYheztbzpFga3tS6PnKk=";
  };

  nativeBuildInputs = [ autoreconfHook intltool ];