ocl-icd: 2.3.3 -> 2.3.4

This commit is contained in:
R. Ryantm
2025-09-18 20:03:13 +00:00
parent ee164a706c
commit f43c15a4d2
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ocl-icd";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "OCL-dev";
repo = "ocl-icd";
rev = "v${version}";
sha256 = "sha256-pt2ISb+xROgkBnbRvESsuaqzBIRKB1NCzAauRW15L8M=";
sha256 = "sha256-7q5+33oWMA/PQOz6awC+LOBVTKeXNluHxDNAq8bJPYU=";
};
nativeBuildInputs = [