dysnomia: bump to version 0.4.1
This commit is contained in:
parent
5c34563cda
commit
644dd145c9
@ -20,10 +20,10 @@ assert enableEjabberdDump -> ejabberd != null;
|
|||||||
assert enableMongoDatabase -> (mongodb != null && mongodb-tools != null);
|
assert enableMongoDatabase -> (mongodb != null && mongodb-tools != null);
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "dysnomia-0.4";
|
name = "dysnomia-0.4.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/23484767/download/1/dysnomia-0.4.tar.gz;
|
url = http://hydra.nixos.org/build/26970202/download/1/dysnomia-0.4.1.tar.gz;
|
||||||
sha256 = "1xyd1gzsy4nlbv2l2lrrs964vvb74yhmb8snr4chf7hcyaybb6cq";
|
sha256 = "03ljlsmdpglimvql2qnr4wj8ci2hj7wcc8bqipndqcahcpcc8k0f";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user