Merge pull request #99551 from makefu/pkgs/bento4/update

bento4: 1.5.1-629 -> 1.6.0-637
This commit is contained in:
Lassulus 2020-10-24 14:44:49 +02:00 committed by GitHub
commit 303e7d6ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
}:
stdenv.mkDerivation rec {
pname = "bento4";
version = "1.5.1-629";
version = "1.6.0-637";
src = fetchFromGitHub {
owner = "axiomatic-systems";
repo = "Bento4";
rev = "v${version}";
sha256 = "1614idy0r7qrkiaq4kz3gh1b1bpx592aqvi574kxnjrxc34kpmb3";
sha256 = "0iwqi71nj0iczffvpxmz0prvmmnyiqypfwvzivkh38wl0br82bkp";
};
patches = [ ./libap4.patch ];