From 951939e48d26503a37b7f008aabee54e332be6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 23 Jun 2021 13:41:46 +0200 Subject: [PATCH 1/2] srt: 1.4.2 -> 1.4.3 --- pkgs/development/libraries/srt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/srt/default.nix b/pkgs/development/libraries/srt/default.nix index c8d8fafbf355..b8a92dea8afb 100644 --- a/pkgs/development/libraries/srt/default.nix +++ b/pkgs/development/libraries/srt/default.nix @@ -4,13 +4,13 @@ with lib; stdenv.mkDerivation rec { pname = "srt"; - version = "1.4.2"; + version = "1.4.3"; src = fetchFromGitHub { owner = "Haivision"; repo = "srt"; rev = "v${version}"; - sha256 = "01nx3a35hzq2x0dvp2n2b86phpdy1z83kdraag7aq3hmc7f8iagg"; + sha256 = "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j"; }; nativeBuildInputs = [ cmake ]; From dea84b1e10fc935ea78d07352d48e068dc3a3412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 23 Jun 2021 14:16:31 +0200 Subject: [PATCH 2/2] srt: Switch website to Github. It's more informative than the actual website, and hopefully this will also give us `nixpkgs-update` auto-updates. --- pkgs/development/libraries/srt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/srt/default.nix b/pkgs/development/libraries/srt/default.nix index b8a92dea8afb..49c761231015 100644 --- a/pkgs/development/libraries/srt/default.nix +++ b/pkgs/development/libraries/srt/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = { description = "Secure, Reliable, Transport"; - homepage = "https://www.srtalliance.org"; + homepage = "https://github.com/Haivision/srt"; license = licenses.mpl20; maintainers = with maintainers; [ nh2 ]; platforms = platforms.all;