nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

kompute: pin fmt_7 -> fmt_8

Bump to latest supported fmt.

+6 -1
+5
pkgs/development/libraries/kompute/default.nix
··· 26 26 url = "https://github.com/KomputeProject/kompute/commit/9a791b161dd58ca927fe090f65fa2b0e5e85e7ca.diff"; 27 27 sha256 = "OtFTN8sgPlyiMmVzUnqzCkVMKj6DWxbCXtYwkRdEprY="; 28 28 }) 29 + (fetchpatch { 30 + name = "enum-class-fix-for-fmt-8-x.patch"; 31 + url = "https://github.com/KomputeProject/kompute/commit/f731f2e55c7aaaa804111106c3e469f9a642d4eb.patch"; 32 + sha256 = "sha256-scTCYqkgKQnH27xzuY4FVbiwRuwBvChmLPPU7ZUrrL0="; 33 + }) 29 34 ]; 30 35 31 36 cmakeFlags = [
+1 -1
pkgs/top-level/all-packages.nix
··· 37299 37299 kompose = callPackage ../applications/networking/cluster/kompose { }; 37300 37300 37301 37301 kompute = callPackage ../development/libraries/kompute { 37302 - fmt = fmt_7; 37302 + fmt = fmt_8; 37303 37303 }; 37304 37304 37305 37305 kontemplate = callPackage ../applications/networking/cluster/kontemplate { };