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

bento4: 1.5.1-627 -> 1.5.1-628
This commit is contained in:
markuskowa 2019-01-18 10:50:54 +01:00 committed by GitHub
commit 58b6576a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bento4-${version}"; name = "bento4-${version}";
version = "1.5.1-627"; version = "1.5.1-628";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axiomatic-systems"; owner = "axiomatic-systems";
repo = "Bento4"; repo = "Bento4";
rev = "v${version}"; rev = "v${version}";
sha256 = "1nczv7vqgjryzdn9vkxz93awd7zyj5kwiz8llbb25nnqnqgfq170"; sha256 = "1fv0k7f3ifwa0c0x22wblm6i8x9zbc13pg047a9i74n456p0mzp3";
}; };
patches = [ ./libap4.patch ]; patches = [ ./libap4.patch ];