Merge pull request #209328 from SuperSandro2000/libva-no-update

libva: don't auto update
This commit is contained in:
Ryan Mulligan 2023-01-06 08:33:30 -08:00 committed by GitHub
commit 2072d51f94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
stdenv.mkDerivation rec {
pname = "libva" + lib.optionalString minimal "-minimal";
# nixpkgs-update: no auto update
version = "1.8.3";
src = fetchFromGitHub {