Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1d7308cf998
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 748c42b4f333
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2020

  1. srtp: 2.2.0 -> 2.3.0

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    f17b4f2 View commit details

Commits on Jan 14, 2020

  1. Merge pull request #77142 from r-ryantm/auto-update/libsrtp

    srtp: 2.2.0 -> 2.3.0
    nh2 authored Jan 14, 2020
    Copy the full SHA
    748c42b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/srtp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/srtp/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libsrtp";
version = "2.2.0";
version = "2.3.0";

src = fetchFromGitHub {
owner = "cisco";
repo = "libsrtp";
rev = "v${version}";
sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6";
sha256 = "1f7i3jdh1wzdv7zjlz7gs3xw5jqig9zw8z9awsqqcp54f94xdpvd";
};

outputs = [ "out" "dev" ];