diff options
Diffstat (limited to 'nongnu/packages')
-rw-r--r-- | nongnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 14abb16..379ccbe 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -127,7 +127,7 @@ video decode capabilities of supported Intel GPUs.")))) (define-public nv-codec-headers (package (name "nv-codec-headers") - (version "12.1.14.0") + (version "13.0.19.0") (source (origin (method git-fetch) @@ -136,7 +136,7 @@ video decode capabilities of supported Intel GPUs.")))) (commit (string-append "n" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0sp4giwbhai9blgd2k7sb571xwmz2yx17w32vy0nyj86ccb2x5jq")))) + (base32 "01p6bjbgm6hfc1snf0hw63b7f7hif40v7bb1xn84ic3cww2m2fcw")))) (arguments (list #:tests? #f ; No tests. |