mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
syncthing: 0.11.24 -> 0.11.25
From the changelog: - Fix incorrect "out of disk space" error when pulling files.
This commit is contained in:
parent
7c1a8a0bc9
commit
23b2a3a1cc
@ -2747,10 +2747,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
syncthing = buildFromGitHub {
|
syncthing = buildFromGitHub {
|
||||||
rev = "v0.11.24";
|
rev = "v0.11.25";
|
||||||
owner = "syncthing";
|
owner = "syncthing";
|
||||||
repo = "syncthing";
|
repo = "syncthing";
|
||||||
sha256 = "02hmjx9m6zcf3pl1991fmidr0jbbf0zxafk0m9iwrdd40m77m2dj";
|
sha256 = "17phkj0dxzc1j755ddpf15rq34yp52pw2lx9kpg7gyc9qp0pzacl";
|
||||||
doCheck = false; # Tests are currently broken for 32-bit but they are benign
|
doCheck = false; # Tests are currently broken for 32-bit but they are benign
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
||||||
|
Loading…
Reference in New Issue
Block a user