about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/baresip
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-24 15:33:02 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-24 15:33:02 -0700
commit85161629c5239f70db8711d9190795edc0264c51 (patch)
treef333563e46d3a25e33e29a476610ab547ec9e919 /pkgs/applications/networking/instant-messengers/baresip
parente630e9da793adc42294f91fae2a4ab6dc682c569 (diff)
downloadnixlib-85161629c5239f70db8711d9190795edc0264c51.tar
nixlib-85161629c5239f70db8711d9190795edc0264c51.tar.gz
nixlib-85161629c5239f70db8711d9190795edc0264c51.tar.bz2
nixlib-85161629c5239f70db8711d9190795edc0264c51.tar.lz
nixlib-85161629c5239f70db8711d9190795edc0264c51.tar.xz
nixlib-85161629c5239f70db8711d9190795edc0264c51.tar.zst
nixlib-85161629c5239f70db8711d9190795edc0264c51.zip
baresip: 0.5.8 -> 0.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.9 with grep in /nix/store/qh69vw5jdwnw82vb6gkwz4f0k8gpjjry-baresip-0.5.9
- directory tree listing: https://gist.github.com/f67689bcf18570ad0408e54fa06db37c
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/baresip')
-rw-r--r--pkgs/applications/networking/instant-messengers/baresip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix
index 225d622c69f9..538e9a3786be 100644
--- a/pkgs/applications/networking/instant-messengers/baresip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/baresip/default.nix
@@ -4,11 +4,11 @@
 , gsm, speex, portaudio, spandsp, libuuid, ccache, libvpx
 }:
 stdenv.mkDerivation rec {
-  version = "0.5.8";
+  version = "0.5.9";
   name = "baresip-${version}";
   src=fetchurl {
     url = "http://www.creytiv.com/pub/baresip-${version}.tar.gz";
-    sha256 = "0qk6y83mm7cz4j66d7zy72l7890k7ifqnqbqnjd3bjfn1yjivwfr";
+    sha256 = "02bf4fwirf3b7h3cr1jqm0xsjzza4fi9kg88424js2l0xywwzpgf";
   };
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [zlib openssl libre librem