composable_kernel: unstable-2022-12-15 → unstable-2023-01-16

This commit is contained in:
Madoura 2023-01-17 16:05:47 +00:00
parent 455692aad3
commit 3e81bf4577
No known key found for this signature in database
GPG key ID: 3201136B3DB072F9

View file

@ -15,7 +15,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "composable_kernel"; pname = "composable_kernel";
version = "unstable-2022-12-15"; version = "unstable-2023-01-16";
outputs = [ outputs = [
"out" "out"
@ -30,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ROCmSoftwarePlatform"; owner = "ROCmSoftwarePlatform";
repo = "composable_kernel"; repo = "composable_kernel";
rev = "0345963eef4f92e9c5eab608bb8557b5463a1dcb"; rev = "80e05267417f948e4f7e63c0fe807106d9a0c0ef";
hash = "sha256-IJbUZ3/UIPbYO9H+BUPP6T2HyUnC+FVbVPXQE5bEjRg="; hash = "sha256-+c0E2UtlG/abweLwCWWjNHDO5ZvSIVKwwwettT9mqR4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [