diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-04-08 12:02:24 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-04-08 16:51:50 +0800 |
commit | 521729e5ca6db22eb7471813df7e7a6e7fb6c80f (patch) | |
tree | 0a479a3d83edb3bab37ff6acea31dce826a43572 | |
parent | 8324e3c01e5377be75f5260374d194fa0935c0f4 (diff) |
nongnu: nv-codec-headers: Update to 13.0.19.0.
* nongnu/packages/video.scm (nv-codec-headers): Update to 13.0.19.0.
-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. |