Merge pull request #77010 from r-ryantm/auto-update/bento4

bento4: 1.5.1-628 -> 1.5.1-629
This commit is contained in:
Ryan Mulligan 2020-01-06 05:56:21 -08:00 committed by GitHub
commit b18e70cba8
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-628";
version = "1.5.1-629";
src = fetchFromGitHub {
owner = "axiomatic-systems";
repo = "Bento4";
rev = "v${version}";
sha256 = "1fv0k7f3ifwa0c0x22wblm6i8x9zbc13pg047a9i74n456p0mzp3";
sha256 = "1614idy0r7qrkiaq4kz3gh1b1bpx592aqvi574kxnjrxc34kpmb3";
};
patches = [ ./libap4.patch ];