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

bento4: 1.6.0-640 -> 1.6.0-641
This commit is contained in:
Mario Rodas
2023-12-26 07:24:03 -05:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
}:
stdenv.mkDerivation rec {
pname = "bento4";
version = "1.6.0-640";
version = "1.6.0-641";
src = fetchFromGitHub {
owner = "axiomatic-systems";
repo = "Bento4";
rev = "v${version}";
hash = "sha256-VhlFfNYw3xpAIyWqDyhgXIv3JtpFJH0BL97dFX8diRY=";
hash = "sha256-Qy8D3cbCVHmLAaXtiF64rL2oRurXNCtd5Dsgt0W7WdY=";
};
patches = [