Merge pull request #234079 from wegank/bento4-bump
bento4: 1.6.0-639 -> 1.6.0-640
This commit is contained in:
commit
580133ea14
@ -3,13 +3,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bento4";
|
pname = "bento4";
|
||||||
version = "1.6.0-639";
|
version = "1.6.0-640";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axiomatic-systems";
|
owner = "axiomatic-systems";
|
||||||
repo = "Bento4";
|
repo = "Bento4";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Rfmyjsgn/dcIplRtPFb5AfBxWOKmP6w8IHykgVxVNsQ=";
|
hash = "sha256-VhlFfNYw3xpAIyWqDyhgXIv3JtpFJH0BL97dFX8diRY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user