Skip to content

Commit

Permalink
[Backport release-24.11] systemd-netlogd: 1.4.2 -> 1.4.3 (#364776)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents 08a7a46 + 1d47344 commit b48ec5e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pkgs/by-name/sy/systemd-netlogd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "systemd-netlogd";
version = "1.4.2";
version = "1.4.3";

outputs = [
"out"
"man"
];

src = fetchFromGitHub {
owner = "systemd";
repo = "systemd-netlogd";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-FwBwhsnVathlRQjKyrsPpZZlCb2rIpVuHGq9mG3mNsw=";
hash = "sha256-NwDmNrq2rLing5BQrSXoNDErcLK0Q8go9TN9zLSW5rE=";
};

# Fixup a few installation paths
Expand All @@ -40,11 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail '@PKGPREFIX@/systemd-netlogd' '${placeholder "out"}/bin/systemd-netlogd'
'';

outputs = [
"out"
"man"
];

strictDeps = true;

nativeBuildInputs = [
Expand Down Expand Up @@ -72,6 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
tests = lib.optionalAttrs (stdenv.buildPlatform.system == "x86_64-linux") {
aarch64-cross = pkgsCross.aarch64-multiplatform.systemd-netlogd;
};

updateScript = nix-update-script { };
};

Expand All @@ -81,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/systemd/systemd-netlogd/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ getchoo ];
inherit (systemd.meta) platforms;
mainProgram = "systemd-netlogd";
inherit (systemd.meta) platforms;
};
})

0 comments on commit b48ec5e

Please sign in to comment.