swiften: 4.0 -> 4.0.2 (#42206)
This commit is contained in:
parent
d7c2561790
commit
a943befd8a
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, python, fetchurl, openssl, boost }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "swiften-${version}";
|
||||
version = "4.0";
|
||||
version = "4.0.2";
|
||||
|
||||
buildInputs = [ python ];
|
||||
propagatedBuildInputs = [ openssl boost ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://swift.im/downloads/releases/swift-${version}/swift-${version}.tar.gz";
|
||||
sha256 = "06bk45hxqmny8z7x78ycrfrazq6xdzv5c28i8x0lgc85j03b5dsh";
|
||||
sha256 = "0w0aiszjd58ynxpacwcgf052zpmbpcym4dhci64vbfgch6wryz0w";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue