syncthing-gtk: 0.9.2.3 → 0.9.2.7

This commit is contained in:
Jan Tojnar
2018-01-26 06:13:45 +01:00
parent 3169cfd782
commit a140a0e1de
2 changed files with 6 additions and 6 deletions
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, syncthing, wrapGAppsHook, gnome3, python2Packages }:
python2Packages.buildPythonApplication rec {
version = "0.9.2.3";
version = "0.9.2.7";
name = "syncthing-gtk-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing-gtk";
rev = "v${version}";
sha256 = "0chl0f0kp6z0z00d1f3xjlicjfr9rzabw39wmjr66fwb5w5hcc42";
sha256 = "08k7vkibia85klwjxbnzk67h4pphrizka5v9zxwvvv3cisjiclc2";
};
nativeBuildInputs = [ wrapGAppsHook ];
@@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python2Packages; [
dateutil pyinotify pygobject3
dateutil pyinotify pygobject3 bcrypt
];
patches = [