2022-12-05T16:32:00 hip 0 -> 1 2022-12-05T16:32:02 attrpath: hip 2022-12-05T16:32:03 Checking auto update branch... 2022-12-05T16:32:06 [version] 2022-12-05T16:32:06 [version] generic version rewriter does not support multiple hashes 2022-12-05T16:32:06 [rustCrateVersion] 2022-12-05T16:32:06 [rustCrateVersion] No cargoSha256 found 2022-12-05T16:32:06 [golangModuleVersion] 2022-12-05T16:32:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-05T16:32:06 [updateScript] 2022-12-05T16:32:13 [updateScript] Success 2022-12-05T16:32:13 [updateScript] these 2 derivations will be built: /nix/store/np9m0r8qgj6gxrgbv26k9sv30qd3r2ir-update.sh.drv /nix/store/rqkya2nww01nrlki1q4h1kqjfwp3rxcs-packages.json.drv building '/nix/store/np9m0r8qgj6gxrgbv26k9sv30qd3r2ir-update.sh.drv'... building '/nix/store/rqkya2nww01nrlki1q4h1kqjfwp3rxcs-packages.json.drv'... Going to be running update for following packages: - hip-5.3.3 Press Enter key to continue... Running update for: - hip-5.3.3: UPDATING ... - hip-5.3.3: DONE. Packages updated! 2022-12-05T16:32:13 2022-12-05T16:32:13 [quotedUrls] 2022-12-05T16:32:13 [quotedUrls] nothing found to replace 2022-12-05T16:32:13 Diff after rewrites: diff --git a/pkgs/development/compilers/hip/default.nix b/pkgs/development/compilers/hip/default.nix index 6aa5463d4bf..85745e71d6a 100644 --- a/pkgs/development/compilers/hip/default.nix +++ b/pkgs/development/compilers/hip/default.nix @@ -30,13 +30,13 @@ let hip = stdenv.mkDerivation (finalAttrs: { pname = "hip"; - version = "5.3.3"; + version = "5.4.0"; src = fetchFromGitHub { owner = "ROCm-Developer-Tools"; repo = "HIP"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-kmRvrwnT0h2dBMI+H9d1vmeW3TmDBD+qW4YYhaMV2dE="; + hash = "sha256-34SJM2n3jZWIS2uwpboWOXVFhaVWGK5ELPKD/cJc1zw="; }; patches = [ @@ -110,13 +110,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hip"; - version = "5.3.3"; + version = "5.4.0"; src = fetchFromGitHub { owner = "ROCm-Developer-Tools"; repo = "hipamd"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-i7hT/j+V0LT6Va2XcQyyKXF1guoIyhcOHvn842wCRx4="; + hash = "sha256-VL0vZVv099pZPX0J2pXPFvrhkVO/b6X+ZZDaD9B1hYI="; }; nativeBuildInputs = [ cmake python3 makeWrapper perl ]; 2022-12-05T16:33:46 An auto update branch exists with message `hip: 5.3.1 -> 5.3.3`. New version is 5.4.0. 2022-12-05T16:33:46 The auto update branch does not match or exceed the new version. 2022-12-05T16:33:46 There might already be an open PR for this update: - rocm-related: 5.3.3 → 5.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/204378"