opencl-clang: 15.0.1 -> 15.0.3

This commit is contained in:
Sandro Jäckel
2025-09-02 15:22:55 +02:00
parent 6ada30eca4
commit e7106ca962
+2 -2
View File
@@ -56,13 +56,13 @@ let
};
};
version = "15.0.1";
version = "15.0.3";
src = applyPatches {
src = fetchFromGitHub {
owner = "intel";
repo = "opencl-clang";
tag = "v${version}";
hash = "sha256-mUqxe3lZQdhz/CRE1+NU2q5g2Taxlh7nzPwUHOB6I0c=";
hash = "sha256-JkYFmnDh7Ot3Br/818aLN33COEG7+xyOf8OhdoJX9Cw=";
};
patches = [