nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

srtp: 2.2.0 -> 2.3.0

+2 -2
+2 -2
pkgs/development/libraries/srtp/default.nix
··· 5 5 with stdenv.lib; 6 6 stdenv.mkDerivation rec { 7 7 pname = "libsrtp"; 8 - version = "2.2.0"; 8 + version = "2.3.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "cisco"; 12 12 repo = "libsrtp"; 13 13 rev = "v${version}"; 14 - sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6"; 14 + sha256 = "1f7i3jdh1wzdv7zjlz7gs3xw5jqig9zw8z9awsqqcp54f94xdpvd"; 15 15 }; 16 16 17 17 outputs = [ "out" "dev" ];