mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #5733 from brendanlong/syncthing-0.10.19
syncthing: Update to version 0.10.19.
This commit is contained in:
commit
005508a96d
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "syncthing-${version}";
|
||||
version = "0.10.18";
|
||||
version = "0.10.19";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/syncthing/syncthing.git";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "145i7rrqjly6h07b5kf0zwlxy8gh0jlpq6pwfgjmf0kilrvncla1";
|
||||
sha256 = "e89d618ddbcbab2a4c6d0430b98e792a1780ebd40c19ee6f4644df2fdeea0601";
|
||||
};
|
||||
|
||||
buildInputs = [ go ];
|
||||
|
Loading…
Reference in New Issue
Block a user