syncthing: 0.13.9 -> 0.13.10 (#16912)
This commit is contained in:
parent
3d69653d6b
commit
05274e53f8
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchgit, go }:
|
{ stdenv, fetchgit, go }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.13.9";
|
version = "0.13.10";
|
||||||
name = "syncthing-${version}";
|
name = "syncthing-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/syncthing/syncthing;
|
url = https://github.com/syncthing/syncthing;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1ah3a86rjfqlx4mqyvn8j3r806i65mzhs5xnfg4aakzmwpr5zpx0";
|
sha256 = "07q3j6mnrza719rnvbkdsmvlkyr2pch5sj2l204m5iy5mxaghpx7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go ];
|
buildInputs = [ go ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user