Merge pull request #93643 from kraem/kraem/pkgs/syncthing-ver-bump

syncthing: 1.7.0 -> 1.7.1
This commit is contained in:
Yannis Koutras 2020-07-22 21:38:01 +02:00 committed by GitHub
commit afff9f59e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
let
common = { stname, target, postInstall ? "" }:
buildGoModule rec {
version = "1.7.0";
version = "1.7.1";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "0jz1xfbs5ql9z7zdldyxc6wr0y5b0pf3vg8vzva5ml9aiqjcs9fg";
sha256 = "1kb324diaq48z1vf36zlcsy9zckr0c3mrd3bmcdn28z2ivqnsc4a";
};
vendorSha256 = "1gmdv0g0gymq6khrwvplw6yfp146kg5ar8vqdp5dlp0myxfzi22b";