openh264: 2.4.0 -> 2.4.1

Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
This commit is contained in:
Anderson Torres 2024-02-02 10:06:51 -03:00
parent 55aed69b39
commit 18d7b02911

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openh264";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "cisco";
repo = "openh264";
rev = "v${finalAttrs.version}";
hash = "sha256-vPVHXATsSWmqKOAj09WRR5jCi2NU2lq0j4K15KBzARY=";
hash = "sha256-ai7lcGcQQqpsLGSwHkSs7YAoEfGCIbxdClO6JpGA+MI=";
};
outputs = [ "out" "dev" ];