syncthing 1.1.0 -> 1.1.1

gstqt5
Alex Branham 2019-04-05 12:17:00 -05:00
parent 77f7764865
commit b7e1cb4d28
No known key found for this signature in database
GPG Key ID: 1E4227A253E99AC7
2 changed files with 6 additions and 6 deletions

View File

@ -3,14 +3,14 @@
let
common = { stname, target, postInstall ? "" }:
buildGoPackage rec {
version = "1.1.0";
version = "1.1.1";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "1qmrh3c4p5vxzjqd0zdmvcqffq75gl4qfg0s8qpkgvdc7qrzzi7i";
sha256 = "1nkc4ivc8mg9c1njqlkhb9i5f4c1via1rdqfbhwgkj86s6cnxrg7";
};
goPackagePath = "github.com/syncthing/syncthing";

View File

@ -392,8 +392,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
rev = "0fcca4842a8d";
sha256 = "033ghifvrxmqr54nm8gmgxz7qxlqgw9z7z976kp88yf1rmxm2kjr";
rev = "c2843e01d9a2";
sha256 = "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r";
};
}
{
@ -419,8 +419,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "4d1cda033e06";
sha256 = "1wgaldbnkmh568v8kkgvnmkskaj96fqrbzhx23yji2kh1432q6gh";
rev = "d0b11bdaac8a";
sha256 = "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl";
};
}
{