syncthing: Fix version output
This commit is contained in:
parent
4cbed031e3
commit
9aff5bb082
@ -2745,8 +2745,9 @@ let
|
|||||||
sha256 = "1l7nw00pazp317n5nprrxwhcq56kdblc774lsznxmbb30xcp8nmf";
|
sha256 = "1l7nw00pazp317n5nprrxwhcq56kdblc774lsznxmbb30xcp8nmf";
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing = buildFromGitHub {
|
syncthing = buildFromGitHub rec {
|
||||||
rev = "v0.11.25";
|
version = "0.11.25";
|
||||||
|
rev = "v${version}";
|
||||||
owner = "syncthing";
|
owner = "syncthing";
|
||||||
repo = "syncthing";
|
repo = "syncthing";
|
||||||
sha256 = "17phkj0dxzc1j755ddpf15rq34yp52pw2lx9kpg7gyc9qp0pzacl";
|
sha256 = "17phkj0dxzc1j755ddpf15rq34yp52pw2lx9kpg7gyc9qp0pzacl";
|
||||||
@ -2755,6 +2756,10 @@ let
|
|||||||
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
||||||
goleveldb suture qart crypto net text
|
goleveldb suture qart crypto net text
|
||||||
];
|
];
|
||||||
|
postPatch = ''
|
||||||
|
# Mostly a costmetic change
|
||||||
|
sed -i 's,unknown-dev,${version},g' cmd/syncthing/main.go
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing-lib = buildFromGitHub {
|
syncthing-lib = buildFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user