about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-21 17:01:49 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-22 02:01:49 +0200
commit60a666507c1511ce48cf933ce6d4e8d727899d91 (patch)
treec0709d4fafd117c4e8f5023b7f1bce42288907c3
parentae62436793c94f2d185cb794590ab678c25e9500 (diff)
downloadnixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar.gz
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar.bz2
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar.lz
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar.xz
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.tar.zst
nixlib-60a666507c1511ce48cf933ce6d4e8d727899d91.zip
srtp: 2.1.0 -> 2.2.0 (#40849)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsrtp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.2.0 with grep in /nix/store/6zbhr84zjcsvn8rjngwyqlhy1592pbcm-libsrtp-2.2.0
- directory tree listing: https://gist.github.com/87b0811e10da29e42c97917be0858d86
- du listing: https://gist.github.com/2e969bdfee6739383f70f7509c074b3b
-rw-r--r--pkgs/development/libraries/srtp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/srtp/default.nix b/pkgs/development/libraries/srtp/default.nix
index 29ad55eb9d92..c9073fc0b7e7 100644
--- a/pkgs/development/libraries/srtp/default.nix
+++ b/pkgs/development/libraries/srtp/default.nix
@@ -5,13 +5,13 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "libsrtp-${version}";
-  version = "2.1.0";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "cisco";
     repo = "libsrtp";
     rev = "v${version}";
-    sha256 = "1q2rf1d2bsypdnw9k8ag6hrh9vbinfa504d1f42fdgdqw31d6lib";
+    sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6";
   };
 
   nativeBuildInputs = [ pkgconfig ];