Skip to content

Commit

Permalink
syncthing: 0.14.44 -> 0.14.45
Browse files Browse the repository at this point in the history
(cherry picked from commit 05412c9)
  • Loading branch information
peterhoeg committed Mar 8, 2018
1 parent bf5e7c4 commit df63bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Expand Up @@ -3,14 +3,14 @@
let
common = { stname, target, patches ? [], postInstall ? "" }:
stdenv.mkDerivation rec {
version = "0.14.44";
version = "0.14.45";
name = "${stname}-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "1gdkx6lbzmdz2hqc9slbq41rwgkxmdisnj0iywx4mppmc2b4v6wh";
sha256 = "0hhldmvsbvkaj0x6af7c41zq5mbzcymv5xxmwvb4h5zbz49z9vzl";
};

inherit patches;
Expand Down

0 comments on commit df63bd6

Please sign in to comment.