Commit d2eac42a authored by Nicolas Benes's avatar Nicolas Benes
Browse files

kompute: pin fmt_7 -> fmt_8

Bump to latest supported fmt.
parent 9e570e9c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = [
+1 −1
Original line number Diff line number Diff line
@@ -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 { };