syncthing: 0.14.48 -> 0.14.50
This commit is contained in:
parent
cb7c04f53c
commit
6400d4b4aa
@ -3,14 +3,14 @@
|
|||||||
let
|
let
|
||||||
common = { stname, target, patches ? [], postInstall ? "" }:
|
common = { stname, target, patches ? [], postInstall ? "" }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.14.48";
|
version = "0.14.50";
|
||||||
name = "${stname}-${version}";
|
name = "${stname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "syncthing";
|
owner = "syncthing";
|
||||||
repo = "syncthing";
|
repo = "syncthing";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "10jls0z3y081fq097xarplzv5sz076ibhawzm65bq695f6s5sdzw";
|
sha256 = "10lilw20mq1zshysb9zrszcpl4slyyxvnbxfqk04nhz0b1gmm9ri";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user