Merge pull request #166562 from r-ryantm/auto-update/rocm-runtime

rocm-runtime: 5.0.1 -> 5.1.0

authored by Ryan Mulligan and committed by GitHub 0972d634 4f098d1f

+2 -2
+2 -2
pkgs/development/libraries/rocm-runtime/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "rocm-runtime"; 17 - version = "5.0.1"; 17 + version = "5.1.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "RadeonOpenCompute"; 21 21 repo = "ROCR-Runtime"; 22 22 rev = "rocm-${version}"; 23 - hash = "sha256-KOzVZNHtpwEOn7lZ36c4BGrImrq8dkUWRiHqGm+UTDk="; 23 + hash = "sha256-MGm7YmnoFNk7VsxsbsUgSD9Y5r1OBm6Ycg3wXNme8EI="; 24 24 }; 25 25 26 26 sourceRoot = "source/src";