Skip to content

Commit

Permalink
ddccontrol: 1.0.0 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 30, 2024
1 parent 070ae1c commit ba263d8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/by-name/dd/ddccontrol/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "ddccontrol";
version = "1.0.0";
version = "1.0.3";

src = fetchFromGitHub {
owner = "ddccontrol";
repo = "ddccontrol";
rev = version;
sha256 = "sha256-100SITpGbui/gRhFjVZxn6lZRB0najtGHd18oUpByJo=";
sha256 = "sha256-qyD6i44yH3EufIW+LA/LBMW20Tejb49zvsDfv6YFD6c=";
};

nativeBuildInputs = [
Expand All @@ -36,14 +36,6 @@ stdenv.mkDerivation rec {
ddccontrol-db
];

patches = [
# Upstream commit, fixed the version number in v1.0.0
(fetchpatch {
url = "https://github.com/ddccontrol/ddccontrol/commit/fc8c5b5d0f2b64b08b95f4a7d8f47f2fd8ceec34.patch";
hash = "sha256-SB1BaolTNCUYgj38nMg1uLUqOHvnwCr8T3cnfu/7rjI=";
})
];

configureFlags = [
"--with-systemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
];
Expand Down

0 comments on commit ba263d8

Please sign in to comment.