diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-03-08 08:51:56 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-03-08 08:53:19 +0100 |
commit | a89bf3318f81e9b190188f5f9ab9b1fa94c318db (patch) | |
tree | 26585f2dd6de49c3c7141fd1100debbd88481c0d | |
parent | e2d0cf033eb894fa8c786d0bf039fc54685d5559 (diff) |
gnu: vulkan-icd-loader: Update to 1.1.70.0.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.70.0.
-rw-r--r-- | gnu/packages/vulkan.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index 1d83b6f363..478de6a444 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -158,7 +158,7 @@ interpretation of the specifications for these languages.") (define-public vulkan-icd-loader (package (name "vulkan-icd-loader") - (version "1.0.68.0") + (version "1.1.70.0") (source (origin (method url-fetch) @@ -167,7 +167,7 @@ interpretation of the specifications for these languages.") "archive/sdk-" version ".tar.gz")) (sha256 (base32 - "1n5gry5zxpwi7330fmi06snalra8hkbbw68gnwbp531kd5ycyinh")))) + "15qkh77596v3xivnbb3l0q9zbmmsdglnaza2m1g7f8q7bbigyc5x")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh". |