Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 11 lines 394 B view raw
1import ./generic.nix rec { 2 version = "4.4.3"; 3 sha256 = "sha256-zZDzG1hD+0AHqElzeGR6OVm+H5wqtdktloSPmEUzT/c="; 4 extraPatches = [ 5 { 6 name = "libsvtav1-1.5.0-compat-compressed_ten_bit_format.patch"; 7 url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/031f1561cd286596cdb374da32f8aa816ce3b135"; 8 hash = "sha256-mSnmAkoNikDpxcN+A/hpB7mUbbtcMvm4tG6gZFuroe8="; 9 } 10 ]; 11}