Skip to content

Commit

Permalink
rocmPackages.hipfort: 6.0.2 -> 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 1, 2024
1 parent b7e838f commit e1df99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/6/hipfort/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "hipfort";
version = "6.0.2";
version = "6.2.2";

src = fetchFromGitHub {
owner = "ROCm";
repo = "hipfort";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-3PIqSDyDlY0oVSEx20EPlKGYNkc9xPZtIG3Sbw69esE=";
hash = "sha256-Tt0TpxFZcGc6fHq2QNycOLLjFtN5DqHe5G2B3F2QTEg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e1df99b

Please sign in to comment.