Merge pull request #142289 from marsam/update-libvmaf

libvmaf: 2.2.1 -> 2.3.0

authored by Mario Rodas and committed by GitHub edaf3a9a 00d48f0e

+3 -3
+3 -3
pkgs/development/libraries/libvmaf/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libvmaf"; 5 - version = "2.2.1"; 5 + version = "2.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "netflix"; 9 9 repo = "vmaf"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-t1dK4UnperX9YtvmTwIo/03Dxq/Pl+K6kZIL0uX1OcE="; 11 + sha256 = "12mwl7vxc3xi0qar386mkhkpah9zzgjb74mzc2qqsgz9zzxp16dm"; 12 12 }; 13 13 14 14 sourceRoot = "source/libvmaf"; ··· 23 23 meta = with lib; { 24 24 homepage = "https://github.com/Netflix/vmaf"; 25 25 description = "Perceptual video quality assessment based on multi-method fusion (VMAF)"; 26 - changelog = "https://github.com/Netflix/vmaf/blob/v${version}/CHANGELOG.md"; 26 + changelog = "https://github.com/Netflix/vmaf/raw/v${version}/CHANGELOG.md"; 27 27 platforms = platforms.unix; 28 28 license = licenses.bsd2Patent; 29 29 maintainers = [ maintainers.cfsmp3 maintainers.marsam ];