Skip to content

Commit

Permalink
srt: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Dec 16, 2019
1 parent 3e046ee commit eb7e9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/srt/default.nix
Expand Up @@ -4,13 +4,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "srt";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "Haivision";
repo = "srt";
rev = "v${version}";
sha256 = "1rmswx4x3p9pdgnd7vvl3vwgh9rynakjhv1mipy2yid5rb61ajlj";
sha256 = "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit eb7e9f0

Please sign in to comment.