Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

bento4: 1.5.1-627 -> 1.5.1-628

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bento4/versions

+2 -2
+2 -2
pkgs/tools/video/bento4/default.nix
··· 3 }: 4 stdenv.mkDerivation rec { 5 name = "bento4-${version}"; 6 - version = "1.5.1-627"; 7 8 src = fetchFromGitHub { 9 owner = "axiomatic-systems"; 10 repo = "Bento4"; 11 rev = "v${version}"; 12 - sha256 = "1nczv7vqgjryzdn9vkxz93awd7zyj5kwiz8llbb25nnqnqgfq170"; 13 }; 14 15 patches = [ ./libap4.patch ];
··· 3 }: 4 stdenv.mkDerivation rec { 5 name = "bento4-${version}"; 6 + version = "1.5.1-628"; 7 8 src = fetchFromGitHub { 9 owner = "axiomatic-systems"; 10 repo = "Bento4"; 11 rev = "v${version}"; 12 + sha256 = "1fv0k7f3ifwa0c0x22wblm6i8x9zbc13pg047a9i74n456p0mzp3"; 13 }; 14 15 patches = [ ./libap4.patch ];