rocm-device-libs 0 -> 1 attrpath: rocm-device-libs 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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/mfk0w8kykqfk2anl8m1pmcj9pqm5vsd6-update.sh.drv /nix/store/vx6nk8ls8n4xfqyj7rsv8q922984jg7z-packages.json.drv building '/nix/store/mfk0w8kykqfk2anl8m1pmcj9pqm5vsd6-update.sh.drv'... building '/nix/store/vx6nk8ls8n4xfqyj7rsv8q922984jg7z-packages.json.drv'... Going to be running update for following packages: - rocm-device-libs-5.4.4 Press Enter key to continue... Running update for: - rocm-device-libs-5.4.4: UPDATING ... - rocm-device-libs-5.4.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/rocm-device-libs/default.nix b/pkgs/development/libraries/rocm-device-libs/default.nix index 92e84fe14195..0bcf788b0678 100644 --- a/pkgs/development/libraries/rocm-device-libs/default.nix +++ b/pkgs/development/libraries/rocm-device-libs/default.nix @@ -14,13 +14,13 @@ let else throw "Unsupported ROCm LLVM platform"; in stdenv.mkDerivation (finalAttrs: { pname = "rocm-device-libs"; - version = "5.4.4"; + version = "5.6.0"; src = fetchFromGitHub { owner = "RadeonOpenCompute"; repo = "ROCm-Device-Libs"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-8gxvgy2GlROxM5qKtZVu5Lxa1FmTIVlBTpfp8rxhNhk="; + hash = "sha256-cLGJn/AZ2oX/AZXiagK3aoxbOj4rTI10dEmn5Jk36ck="; }; patches = [ ./cmake.patch ]; An auto update branch exists with message `rocm-device-libs: 5.4.4 -> 5.5.1`. New version is 5.6.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - rocm-cmake: 5.4.4 -> 5.6.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/239621"