telepathy_mission_control: update from 5.14.0 to 5.14.1
This commit is contained in:
parent
f7b64d0e66
commit
503762f5dc
@ -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.0";
|
name = "${pname}-5.14.1";
|
||||||
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 = "0c4asjgk7pk39i8njf0q1df0mhisif83lq716ln6r0wja9zh9q2q";
|
sha256 = "1jqzby5sr09bprp3fyr8w65rcv9ljc045rp7lm9ik89wkhcw05jb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ telepathy_glib ];
|
buildInputs = [ telepathy_glib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user