kompute: pin fmt_7 -> fmt_8

Bump to latest supported fmt.
This commit is contained in:
Nicolas Benes 2023-01-03 02:30:52 +01:00
parent 9e570e9cea
commit d2eac42a6f
2 changed files with 6 additions and 1 deletions

View file

@ -26,6 +26,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/KomputeProject/kompute/commit/9a791b161dd58ca927fe090f65fa2b0e5e85e7ca.diff";
sha256 = "OtFTN8sgPlyiMmVzUnqzCkVMKj6DWxbCXtYwkRdEprY=";
})
(fetchpatch {
name = "enum-class-fix-for-fmt-8-x.patch";
url = "https://github.com/KomputeProject/kompute/commit/f731f2e55c7aaaa804111106c3e469f9a642d4eb.patch";
sha256 = "sha256-scTCYqkgKQnH27xzuY4FVbiwRuwBvChmLPPU7ZUrrL0=";
})
];
cmakeFlags = [

View file

@ -37299,7 +37299,7 @@ with pkgs;
kompose = callPackage ../applications/networking/cluster/kompose { };
kompute = callPackage ../development/libraries/kompute {
fmt = fmt_7;
fmt = fmt_8;
};
kontemplate = callPackage ../applications/networking/cluster/kontemplate { };