Skip to content

Commit

Permalink
systemd-netlogd: 1.4.3 -> 1.4.4 (#373866)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 30, 2025
2 parents bfb9fff + 69632d2 commit 5680bc1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pkgs/by-name/sy/systemd-netlogd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
sphinx,
systemd,
systemdLibs,
testers,
opensslSupport ? true,
}:

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

outputs = [
"out"
Expand All @@ -29,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd-netlogd";
tag = "v${finalAttrs.version}";
hash = "sha256-NwDmNrq2rLing5BQrSXoNDErcLK0Q8go9TN9zLSW5rE=";
hash = "sha256-Kgr6KZp2SSLG8xnqXNWsDgIa9rNnBGcN+TkuAbr+yAA=";
};

# Fixup a few installation paths
Expand Down Expand Up @@ -69,9 +70,13 @@ stdenv.mkDerivation (finalAttrs: {

passthru = {
# Make sure x86_64-linux -> aarch64-linux cross compilation works
tests = lib.optionalAttrs (stdenv.buildPlatform.system == "x86_64-linux") {
aarch64-cross = pkgsCross.aarch64-multiplatform.systemd-netlogd;
};
tests =
{
version = testers.testVersion { package = finalAttrs.finalPackage; };
}
// lib.optionalAttrs (stdenv.buildPlatform.system == "x86_64-linux") {
aarch64-cross = pkgsCross.aarch64-multiplatform.systemd-netlogd;
};

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

0 comments on commit 5680bc1

Please sign in to comment.