Merge pull request #16283 from peterhoeg/st_0137
syncthing: 0.13.4 -> 0.13.7
This commit is contained in:
commit
d426bab792
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchgit, go }:
|
{ stdenv, fetchgit, go }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.13.4";
|
version = "0.13.7";
|
||||||
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 = "0aa0nqi0gmka5r5dzph4g51jlsy7w5q4ri8f4gy3qnma4pgp7pg2";
|
sha256 = "0n1yqaaag4l30i6zqb74z6f800xjvj9zvprb12nl9xlm5swrwrkz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go ];
|
buildInputs = [ go ];
|
||||||
|
Loading…
Reference in New Issue
Block a user