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

bento4: 1.6.0-638 -> 1.6.0-639
This commit is contained in:
Sandro 2021-08-23 12:33:50 +02:00 committed by GitHub
commit 076b80d085
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.6.0-638";
version = "1.6.0-639";
src = fetchFromGitHub {
owner = "axiomatic-systems";
repo = "Bento4";
rev = "v${version}";
sha256 = "1hxr4lds4dl46advshk7azg28fcpcjaa5pzk2zzpsc9l69s0bnxk";
sha256 = "sha256-Rfmyjsgn/dcIplRtPFb5AfBxWOKmP6w8IHykgVxVNsQ=";
};
patches = [