Skip to content

Commit

Permalink
rocmPackages_5.rocm-docs-core: 1.8.2 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 3923fc3 commit 57c9e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/5/rocm-docs-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
# FIXME: Move to rocmPackages_common
buildPythonPackage rec {
pname = "rocm-docs-core";
version = "1.8.2";
version = "1.12.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocm-docs-core";
rev = "v${version}";
hash = "sha256-BB3jXs6tf9PKGOl/hDnTR5jm6+TTWUp1GXbmDVelVfU=";
hash = "sha256-++Vi0jZLtHWsGy5IUohgF3P+Q6Jg/d0xWyDA6urbHUA=";
};

buildInputs = [ setuptools ];
Expand Down

0 comments on commit 57c9e83

Please sign in to comment.