kmod 0 -> 1 attrpath: kmod 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/fvb5a7ca25dmgy88v1p18gxxvh7rip9w-packages.json.drv building '/nix/store/fvb5a7ca25dmgy88v1p18gxxvh7rip9w-packages.json.drv'... Going to be running update for following packages: - kmod-31 Press Enter key to continue... Running update for: - kmod-31: UPDATING ... - kmod-31: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/os-specific/linux/kmod/default.nix b/pkgs/os-specific/linux/kmod/default.nix index 3f971e7a6edb..797d68a66899 100644 --- a/pkgs/os-specific/linux/kmod/default.nix +++ b/pkgs/os-specific/linux/kmod/default.nix @@ -12,7 +12,7 @@ let in stdenv.mkDerivation rec { pname = "kmod"; - version = "31"; + version = "32"; # autogen.sh is missing from the release tarball, # and we need to run it to regenerate gtk_doc.make, @@ -21,7 +21,7 @@ in stdenv.mkDerivation rec { # https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/commit/.gitignore?id=61a93a043aa52ad62a11ba940d4ba93cb3254e78 src = fetchzip { url = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/snapshot/kmod-${version}.tar.gz"; - hash = "sha256-FNR015/AoYBbi7Eb1M2TXH3yxUuddKICCu+ot10CdeQ="; + hash = "sha256-b4Pjkfir4UDReZ2EdedlRHlnEATgvTOccJo5DSsAmfY="; }; outputs = [ "out" "dev" "lib" ] ++ lib.optional withDevdoc "devdoc"; No auto update branch exists There might already be an open PR for this update: - ocf-resource-agents: 4.10.0 -> 4.12.0 (and fix build on i686) URL "https://api.github.com/repos/NixOS/nixpkgs/issues/233009"