1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

openh264: 1.4.0 -> 1.5.0

This commit is contained in:
Franz Pletz 2016-04-12 22:50:28 +02:00
parent b701ea82e7
commit dd3c18fe22

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, nasm }:
stdenv.mkDerivation rec {
name = "openh264-1.4.0";
name = "openh264-1.5.0";
src = fetchurl {
url = "https://github.com/cisco/openh264/archive/v1.4.0.tar.gz";
sha256 = "08haj0xkyjlwbpqdinxk0cmvqw89bx89ly0kqs9lf87fy6ksgfd1";
url = "https://github.com/cisco/openh264/archive/v1.5.0.tar.gz";
sha256 = "1d97dh5hzmy46jamfw03flvcz8md1hxp6y5n0b787h8ks7apn1wq";
};
buildInputs = [ nasm ];