nvidia-vaapi-driver: 0.0.7 > unstable-2022-12-01

Make the vaapi driver do nothing instead of crash on nvidia 525 drivers
This commit is contained in:
Kiskae 2022-12-02 13:43:36 +01:00
parent 2980286615
commit 9332df94e1

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "nvidia-vaapi-driver";
version = "0.0.7";
version = "unstable-2022-12-01";
src = fetchFromGitHub {
owner = "elFarto";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c74XJW9e8sgjBuTpZQOgIvgEoP73aQlx6beE6bChYfw=";
rev = "6e8b0d067c52c3a7e0c3de745337e6e733c59207";
sha256 = "sha256-HL/sjNPsLhzl8NZ/9l8in27vUrMkyUIcNr/+HhiaTT0=";
};
nativeBuildInputs = [