libseccomp 2.5.4 -> 2.5.5 https://repology.org/project/libseccomp/versions attrpath: libseccomp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/92r8wf34n54yc8v2fw47amp543jvh84d-packages.json.drv building '/nix/store/92r8wf34n54yc8v2fw47amp543jvh84d-packages.json.drv'... Going to be running update for following packages: - libseccomp-2.5.4 Press Enter key to continue... Running update for: - libseccomp-2.5.4: UPDATING ... - libseccomp-2.5.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libseccomp/default.nix b/pkgs/development/libraries/libseccomp/default.nix index aadaad561db0..5cd4333a0065 100644 --- a/pkgs/development/libraries/libseccomp/default.nix +++ b/pkgs/development/libraries/libseccomp/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libseccomp"; - version = "2.5.4"; + version = "2.5.5"; src = fetchurl { url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz"; - sha256 = "sha256-2CkCQAQFzwBoV07z3B/l9ZJiB1Q7oa5vjnoVdjUdy9s="; + sha256 = "sha256-JIosik2bmFiqa69ScSw0r+/PnJ6Ut23OAsHJqiX7M3U="; }; outputs = [ "out" "lib" "dev" "man" "pythonsrc" ]; No auto update branch exists There might already be an open PR for this update: - libseccomp: 2.5.4 -> 2.5.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/272452"