nv-codec-headers-12 12.0.16.0 -> 12.1.14.0 https://repology.org/project/nv-codec-headers/versions attrpath: nv-codec-headers-12 Checking auto update branch... No auto update branch exists Old version 12.0.16.0" not present in staging derivation file with contents: { stdenv , lib , fetchgit }: stdenv.mkDerivation rec { pname = "nv-codec-headers"; version = "12.1.14.0"; src = fetchgit { url = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git"; rev = "n${version}"; sha256 = "sha256-WJYuFmMGSW+B32LwE7oXv/IeTln6TNEeXSkquHh85Go="; }; makeFlags = [ "PREFIX=$(out)" ]; meta = with lib; { description = "FFmpeg version of headers for NVENC"; homepage = "https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"; license = licenses.mit; maintainers = with maintainers; [ MP2E ]; platforms = platforms.all; }; }