openh264: 2.3.1 -> 2.4.0

Changes: https://github.com/cisco/openh264/releases/tag/v2.4.0
This commit is contained in:
Sergei Trofimovich 2023-11-24 10:46:55 +00:00
parent c80b0906d5
commit 618c7304c0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "openh264";
version = "2.3.1";
version = "2.4.0";
src = fetchFromGitHub {
owner = "cisco";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L5u0xkoza3G1ZHdtJH7ayVOgcVbPWYp7MC3lJd7LsSY=";
hash = "sha256-vPVHXATsSWmqKOAj09WRR5jCi2NU2lq0j4K15KBzARY=";
};
nativeBuildInputs = [ nasm ];