tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
intel-compute-runtime: 25.31.34666.3 -> 25.35.35096.9
R. Ryantm
6 months ago
8f310550
b780ce5f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
in
intel-compute-runtime
package.nix
+2
-2
pkgs/by-name/in/intel-compute-runtime/package.nix
···
12
12
13
13
stdenv.mkDerivation rec {
14
14
pname = "intel-compute-runtime";
15
15
-
version = "25.31.34666.3";
15
15
+
version = "25.35.35096.9";
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "intel";
19
19
repo = "compute-runtime";
20
20
tag = version;
21
21
-
hash = "sha256-eijW4VYKUbiC7izaocadIxFvdZ3neaM3dewPnQDCLYc=";
21
21
+
hash = "sha256-GAFbpf5ZUpq+jpVECa5buauCYdpPBOBrREkgrGyhxPA=";
22
22
};
23
23
24
24
nativeBuildInputs = [