Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rocm-runtime: 4.0.0 -> 4.1.0

+2 -2
+2 -2
pkgs/development/libraries/rocm-runtime/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "rocm-runtime"; 14 - version = "4.0.0"; 15 16 src = fetchFromGitHub { 17 owner = "RadeonOpenCompute"; 18 repo = "ROCR-Runtime"; 19 rev = "rocm-${version}"; 20 - hash = "sha256-8hNb0Yo9ApedOG7xrUr5rwiA/YsqDTcyr6dBRg8lXro="; 21 }; 22 23 sourceRoot = "source/src";
··· 11 12 stdenv.mkDerivation rec { 13 pname = "rocm-runtime"; 14 + version = "4.1.0"; 15 16 src = fetchFromGitHub { 17 owner = "RadeonOpenCompute"; 18 repo = "ROCR-Runtime"; 19 rev = "rocm-${version}"; 20 + hash = "sha256-Jxg3n203tV0L+UrmeQEuzX0TKpFu5An2cnuEA/F/SNY="; 21 }; 22 23 sourceRoot = "source/src";