about summary refs log tree commit diff
path: root/pkgs/servers/shairport-sync
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 11:47:04 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 11:47:04 -0800
commit64f1c7ea982f00fa3764a1b50f0722e5e453b2ed (patch)
tree2da408b92ac1ddf5f220b699325e9e177f4edc2c /pkgs/servers/shairport-sync
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
shairport-sync: 3.0.2 -> 3.1.7
Semi-automatic update. 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 3.1.7 with grep in /nix/store/8r3k0r8vf0wfpj14443pm1k0jddlnii2-shairport-sync-3.1.7
- found 3.1.7 in filename of file in /nix/store/8r3k0r8vf0wfpj14443pm1k0jddlnii2-shairport-sync-3.1.7
Diffstat (limited to 'pkgs/servers/shairport-sync')
-rw-r--r--pkgs/servers/shairport-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/shairport-sync/default.nix b/pkgs/servers/shairport-sync/default.nix
index 79f2012c7a9fe..f7a9fc658352c 100644
--- a/pkgs/servers/shairport-sync/default.nix
+++ b/pkgs/servers/shairport-sync/default.nix
@@ -2,11 +2,11 @@
 , libdaemon, popt, pkgconfig, libconfig, libpulseaudio, soxr }:
 
 stdenv.mkDerivation rec {
-  version = "3.0.2";
+  version = "3.1.7";
   name = "shairport-sync-${version}";
 
   src = fetchFromGitHub {
-    sha256 = "1lpfl591lhk66a5jfp86j669iswjzj503x02hg9h3211vxv3h9pa";
+    sha256 = "1ip8vlyly190fhcd55am5xvqisvch8mnw50xwbm663dapdb1f8ys";
     rev = version;
     repo = "shairport-sync";
     owner = "mikebrady";