mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
bluedevil: 1.3.1 -> 2.1.1
This commit is contained in:
parent
d60b1f9589
commit
d6cd4c57dc
@ -3,11 +3,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "bluedevil";
|
pname = "bluedevil";
|
||||||
version = "1.3.1";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.bz2";
|
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
|
||||||
sha256 = "0di3hwgqzhx51x172wnbccf9f84cg69mab83qkcif0v3gv3pzy4f";
|
sha256 = "1rcx1dfm6sm90pvwyq224a1pph96chrmyiv1rry7zpb3hf2c73gi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake kdelibs libbluedevil shared_mime_info automoc4 gettext ];
|
buildInputs = [ cmake kdelibs libbluedevil shared_mime_info automoc4 gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user