Commit Graph
25 Commits
Author SHA1 Message Date
Claudio Bley 8aa6716621 gitAndTools.delta: 0.2.0 -> 0.3.0 2020-07-13 10:48:20 +02:00
Claudio Bley ec427c3e66 wtf: 0.30.0 -> 0.31.0 2020-07-13 10:46:12 +02:00
Claudio Bley cda852a528 bazel: 3.3.0 -> 3.3.1 2020-07-01 23:23:33 +02:00
Claudio Bley 388038ff98 bazel-buildtools: 3.2.1 -> 3.3.0 2020-06-24 17:02:23 +02:00
Claudio Bley 21a21a4224 bazel: 3.2.0 -> 3.3.0 2020-06-23 15:29:38 +02:00
Claudio Bley 9836a30422 bazel-buildtools: 3.2.0 -> 3.2.1 2020-06-17 11:11:41 +02:00
Claudio Bley cd712e625e bazel-buildtools: 2.2.1 -> 3.2.0 2020-06-03 09:37:32 +02:00
Claudio Bley b742305f54 wtf: 0.29.0 -> 0.30.0 2020-05-29 16:05:13 +02:00
Claudio Bley 7172514b72 bazel: 3.1.0 -> 3.2.0 2020-05-29 15:22:35 +02:00
Claudio Bley 1c5386fa1d bazel: Make bazel_3 the default version
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
Claudio Bley c456288170 bazel_3: init at 3.1.0 2020-05-29 08:52:17 +02:00
Claudio Bley b929551f2a colorls: 1.2.0 -> 1.3.3 2020-04-30 17:00:48 +02:00
Claudio Bley bd0e684f9a wtf: 0.28.0 -> 0.29.0 2020-04-28 17:08:12 +02:00
Claudio Bley 39767f8ae5 foldingathome: Make FAHControl be able to start the FAHViewer (#82925)
The command to run when clicking the button is configurable, but by default it
tries to run `FAHViewer`.
2020-03-19 13:05:54 +00:00
Claudio Bley 3a802953bb wtf: 0.25.0 -> 0.27.0 2020-03-02 09:23:01 +01:00
Claudio Bley 6a043cacab yubikey-manager-qt: 1.1.3 -> 1.1.4 2020-01-30 16:13:03 +01:00
Claudio Bley 859a933a5a wtf: 0.23.0 -> 0.24.0 2019-11-10 22:14:41 +01:00
Claudio Bley 5d44699942 wtf: 0.22.0 -> 0.23.0 2019-10-11 22:38:00 +02:00
Claudio Bley 308617eb7e mucommander: 0.9.2 -> 0.9.3-3
Mucommander 0.9.3-3 was released in January 2019.

* comment out `proguard.enabled = ...` in build.gradle
* use Gradle 4.10 (upstream uses 4.8)
* fix version in build.gradle
2019-09-23 11:14:42 +02:00
Claudio Bley 3b437ebe59 ntopng: Remove broken = true 2019-09-19 12:18:20 +02:00
Claudio Bley c4486a084f ntopng: Add patch needed to build with newer libpcap
Fixes build errors for the third-party mongoose module:
```
In file included from
/nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap.h:43,
                 from /build/ntopng-2.0/include/ntop_includes.h:93,
                                  from src/HTTPserver.cpp:22:
/nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap/pcap.h:958: note: this is the location of the previous definition
   #define INVALID_SOCKET -1

src/../third-party/mongoose/mongoose.c:270:13: error: multiple types in one declaration
 typedef int SOCKET;
             ^~~~~~
```
2019-09-19 09:08:50 +02:00
Claudio Bley d980ba53d6 wtf:0.21.0 -> 0.22.0 2019-09-12 16:22:21 +02:00
Claudio Bley 88f4e09fda wtf: Rename executable to wtfutil
The upstream project changed the name from `wtf` to `wtfutil` some time ago, see [1].

[1]: https://github.com/wtfutil/wtf/commit/b4e3b7e3a2352d58e255d117d0743253e88cf3f1
2019-09-12 16:22:21 +02:00
Claudio Bley 7ee4516a7e wtf: No longer use vendored dependencies
The go modules utilized by the project and the vendored dependencies already
diverged, so the nix build of `wtf` was slightly out-of-date regarding the
official binary.

The gocenter proxy provides "immutable re-usable Go modules" which should avoid
the problem of any dependency suddenly vanishing.
2019-09-06 09:04:57 +02:00
Claudio Bley b170193185 wtf: Add infocmp to PATH, fixes #68103 2019-09-05 17:13:11 +02:00