Merge pull request #54242 from r-ryantm/auto-update/bento4
bento4: 1.5.1-627 -> 1.5.1-628
This commit is contained in:
commit
58b6576a42
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user