mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
telepathy_mission_control: update from 5.14.1 to 5.16.0
This commit is contained in:
parent
4c71072c35
commit
907788ffd7
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, telepathy_glib, libxslt }:
|
{ stdenv, fetchurl, pkgconfig, telepathy_glib, libxslt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-5.14.1";
|
name = "${pname}-5.16.0";
|
||||||
pname = "telepathy-mission-control";
|
pname = "telepathy-mission-control";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
|
url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
|
||||||
sha256 = "1jqzby5sr09bprp3fyr8w65rcv9ljc045rp7lm9ik89wkhcw05jb";
|
sha256 = "1l61w6j04mbrjsbcfrlc0safh9nlsjnj0z6lszal64r9bhkcghzd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ telepathy_glib ];
|
buildInputs = [ telepathy_glib ];
|
||||||
|
|
Loading…
Reference in a new issue