intel-compute-runtime: 19.34.13959 -> 19.44.14658 (#74404)

wip/yesman
R. RyanTM 5 years ago committed by Renaud
parent 5c54b35a5b
commit 50267fb095
  1. 4
      pkgs/os-specific/linux/intel-compute-runtime/default.nix

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "19.34.13959";
version = "19.44.14658";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "1m54w5p5pilrkmlmqgvgrsm3d5dqfdr4jai5siq5ccsqj4gnv1wz";
sha256 = "1pl7yhmgzf7r2b8jyxzmwdc7772gd24izy2z2g4n5s205s125k7x";
};
# Build script tries to write the ICD to /etc

Loading…
Cancel
Save