Merge pull request #101308 from nh2/srt-1.4.2

srt: 1.4.1 -> 1.4.2
This commit is contained in:
Niklas Hambüchen 2020-10-22 20:35:52 +00:00 committed by GitHub
commit 8f8e6dcd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "srt";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "Haivision";
repo = "srt";
rev = "v${version}";
sha256 = "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz";
sha256 = "01nx3a35hzq2x0dvp2n2b86phpdy1z83kdraag7aq3hmc7f8iagg";
};
nativeBuildInputs = [ cmake ];