Merge pull request #166558 from r-ryantm/auto-update/rocm-comgr

rocm-comgr: 5.0.2 -> 5.1.0

authored by Ryan Mulligan and committed by GitHub a08fc31e c966344a

+2 -2
+2 -2
pkgs/development/libraries/rocm-comgr/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "rocm-comgr"; 5 - version = "5.0.2"; 6 7 src = fetchFromGitHub { 8 owner = "RadeonOpenCompute"; 9 repo = "ROCm-CompilerSupport"; 10 rev = "rocm-${version}"; 11 - hash = "sha256-EIBH7TXelo6mr+/vJ+iT+VLUVoQqWmNsgeN3Nwwr+tM="; 12 }; 13 14 sourceRoot = "source/lib/comgr";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "rocm-comgr"; 5 + version = "5.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "RadeonOpenCompute"; 9 repo = "ROCm-CompilerSupport"; 10 rev = "rocm-${version}"; 11 + hash = "sha256-zlCM3Zue7MEhL1c0gUPwRNgdjzyyF9BEP3UxE8RYkKk="; 12 }; 13 14 sourceRoot = "source/lib/comgr";