mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #37686 from ryantm/auto-update/swiften
swiften: 3.0beta2 -> 4.0
This commit is contained in:
commit
b790f92e78
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, python, fetchurl, openssl, boost }:
|
{ stdenv, python, fetchurl, openssl, boost }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "swiften-${version}";
|
name = "swiften-${version}";
|
||||||
version = "3.0beta2";
|
version = "4.0";
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
propagatedBuildInputs = [ openssl boost ];
|
propagatedBuildInputs = [ openssl boost ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://swift.im/downloads/releases/swift-${version}/swift-${version}.tar.gz";
|
url = "http://swift.im/downloads/releases/swift-${version}/swift-${version}.tar.gz";
|
||||||
sha256 = "0i6ks122rry9wvg6qahk3yiggi7nlkpgws1z0r41vi4i1siq0ls0";
|
sha256 = "06bk45hxqmny8z7x78ycrfrazq6xdzv5c28i8x0lgc85j03b5dsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user