aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 08:56:56 -0800
committerRobin Gloster <mail@glob.in>2018-02-28 11:32:38 +0100
commitc4f8c10d949f398d1c03c8fba9353d625b859b6c (patch)
treeedaefde6435cbf93a8c6d5c499958ad96ba82dea /pkgs/tools/bluetooth
parent3e0b9d6cae71597570cbebec9135c9ba9b1ff469 (diff)
openobex: 1.7.1 -> 1.7.2
Semi-automatic update. These checks were performed: - built on NixOS - found 1.7.2 with grep in /nix/store/g5fyaqyx13bzb0pwn2jm4ykv1qgwxx0k-openobex-1.7.2 - found 1.7.2 in filename of file in /nix/store/g5fyaqyx13bzb0pwn2jm4ykv1qgwxx0k-openobex-1.7.2
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/openobex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/openobex/default.nix b/pkgs/tools/bluetooth/openobex/default.nix
index ec5ca0706f4..e3a360818e6 100644
--- a/pkgs/tools/bluetooth/openobex/default.nix
+++ b/pkgs/tools/bluetooth/openobex/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, bluez, libusb, cmake }:
stdenv.mkDerivation rec {
- name = "openobex-1.7.1";
+ name = "openobex-1.7.2";
src = fetchurl {
url = "mirror://sourceforge/openobex/${name}-Source.tar.gz";
- sha256 = "0mza0mrdrbcw4yix6qvl31kqy7bdkgxjycr0yx7yl089v5jlc9iv";
+ sha256 = "1z6l7pbwgs5pjx3861cyd3r6vq5av984bdp4r3hgrw2jxam6120m";
};
nativeBuildInputs = [ pkgconfig cmake ];