about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.20/core/gnome-bluetooth/src.nix
blob: 6da79276afc891a1e8885db00555748329352d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Autogenerated by maintainers/scripts/gnome.sh update

fetchurl: rec {
  major = "3.18";
  minor = "3";
  name = "gnome-bluetooth-${major}.${minor}";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-bluetooth/${major}/${name}.tar.xz";
    sha256 = "1qwc9q7x22sc71zhqv4db78rqzxl6fqfw6d978ydqap54c2bg0g4";
  };
}