mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opencl-icd-loader: Update to 2024.10.24.
* gnu/packages/opencl.scm (opencl-icd-loader): Update to 2024.10.24. [source]: Avoid URL redirection. Change-Id: I7dd64e02c354deecabed4180ad639fd13b501d24 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
d001725bbc
commit
53662cbc59
1 changed files with 3 additions and 3 deletions
|
@ -129,16 +129,16 @@
|
|||
(define-public opencl-icd-loader
|
||||
(package
|
||||
(name "opencl-icd-loader")
|
||||
(version "2023.02.06")
|
||||
(version "2024.10.24")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git")
|
||||
(url "https://github.com/KhronosGroup/OpenCL-ICD-Loader")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cmbcm6bz6kfvr0dy9hzf2vgfwcz8gbm8rxspqqpva6z74dz0qxr"))))
|
||||
"0rnyx83iwisxfj818dzf016fmi62kk1hrlfav0b8a1pjfbzmvr03"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; Tests need stub loader setup.
|
||||
(native-search-paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue