rocsparse: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2023-02-28 22:26:53 +00:00
parent 6290a4f91a
commit 8cba148eac

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "rocsparse"; pname = "rocsparse";
version = "5.4.2"; version = "5.4.3";
outputs = [ outputs = [
"out" "out"
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCmSoftwarePlatform"; owner = "ROCmSoftwarePlatform";
repo = "rocSPARSE"; repo = "rocSPARSE";
rev = "rocm-${finalAttrs.version}"; rev = "rocm-${finalAttrs.version}";
hash = "sha256-paibzXYvRnd+4yYvteLf7EYmqeqWDc7BoDByfSMrhYo="; hash = "sha256-jzHD55c4rlPab5IAj2UzHTJI9MKhTfevsLthSZKOEzQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [