openh264: 1.5.0 -> 1.7.0
This commit is contained in:
parent
3cdacdca2e
commit
426218231b
@ -1,11 +1,14 @@
|
|||||||
{ stdenv, fetchurl, nasm }:
|
{ stdenv, fetchFromGitHub, nasm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openh264-1.5.0";
|
name = "openh264-${version}";
|
||||||
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/cisco/openh264/archive/v1.5.0.tar.gz";
|
owner = "cisco";
|
||||||
sha256 = "1d97dh5hzmy46jamfw03flvcz8md1hxp6y5n0b787h8ks7apn1wq";
|
repo = "openh264";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0ywrqni05bh925ws5fmd24bm6h9n6z2wp1q19v545v06biiwr46a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nasm ];
|
buildInputs = [ nasm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user