Merge pull request #272792 from r-ryantm/auto-update/kokkos

kokkos: 4.1.00 -> 4.2.00
This commit is contained in:
Weijia Wang 2024-01-03 15:31:28 +01:00 committed by GitHub
commit df256f867f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kokkos";
version = "4.1.00";
version = "4.2.00";
src = fetchFromGitHub {
owner = "kokkos";
repo = "kokkos";
rev = finalAttrs.version;
hash = "sha256-bPgXn1Lv+EiiKEHgTVhRFhcELUnZCphaXDlrTYq6cpY=";
hash = "sha256-tclPqFxXK5x9P0RD7R/fcab8WPr8Wphq5rzrZbij/ds=";
};
nativeBuildInputs = [