ocl-icd: 2.3.3 -> 2.3.4 (#444112)

This commit is contained in:
K900
2025-09-19 17:25:14 +03:00
committed by GitHub
+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 = [