mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
syncthing: 0.11.23 -> 0.11.24
This commit is contained in:
parent
61dc30c092
commit
a8e749d502
1 changed files with 2 additions and 2 deletions
|
@ -2747,10 +2747,10 @@ let
|
|||
};
|
||||
|
||||
syncthing = buildFromGitHub {
|
||||
rev = "v0.11.23";
|
||||
rev = "v0.11.24";
|
||||
owner = "syncthing";
|
||||
repo = "syncthing";
|
||||
sha256 = "06a5b68fq440xcysba65xbpr3zd4yhp7y1x6a11n5bx0rpxa4jzi";
|
||||
sha256 = "02hmjx9m6zcf3pl1991fmidr0jbbf0zxafk0m9iwrdd40m77m2dj";
|
||||
doCheck = false; # Tests are currently broken for 32-bit but they are benign
|
||||
buildInputs = [
|
||||
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
||||
|
|
Loading…
Reference in a new issue