about summary refs log tree commit diff
path: root/pkgs/development/libraries/msilbc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 07:48:21 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 07:48:21 -0800
commitd4f0c2373dc33d865fbcfa6ae7fe981dc18eab86 (patch)
tree17563cce036cd3e14a1a57e3db4100f74d516e51 /pkgs/development/libraries/msilbc
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar.gz
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar.bz2
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar.lz
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar.xz
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.tar.zst
nixlib-d4f0c2373dc33d865fbcfa6ae7fe981dc18eab86.zip
msilbc: 2.0.3 -> 2.1.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.1.2 with grep in /nix/store/382shdj4qs6hl916ycw7ai4c7xz1sd40-msilbc-2.1.2
- found 2.1.2 in filename of file in /nix/store/382shdj4qs6hl916ycw7ai4c7xz1sd40-msilbc-2.1.2
Diffstat (limited to 'pkgs/development/libraries/msilbc')
-rw-r--r--pkgs/development/libraries/msilbc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/msilbc/default.nix b/pkgs/development/libraries/msilbc/default.nix
index c7d65f156b8b..cfb02ddbf9dd 100644
--- a/pkgs/development/libraries/msilbc/default.nix
+++ b/pkgs/development/libraries/msilbc/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ilbc, mediastreamer, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "msilbc-2.0.3";
+  name = "msilbc-2.1.2";
 
   src = fetchurl {
     url = "mirror://savannah/linphone/plugins/sources/${name}.tar.gz";
-    sha256 = "125yadpc0w1q84839dadin3ahs0gxxfas0zmc4c18mjmf58dmm7d";
+    sha256 = "07j02y994ybh274fp7ydjvi76h34y2c34ndwjpjfcwwr03b48cfp";
   };
 
   propagatedBuildInputs = [ ilbc mediastreamer ];