mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #6935 from DamienCassou/update-syncthing-gtk-0.6.3
Update syncthing 0.6.2 -> 0.6.3
This commit is contained in:
commit
6e5ae05dfe
1 changed files with 2 additions and 2 deletions
|
@ -10916,13 +10916,13 @@ let
|
|||
};
|
||||
|
||||
syncthing-gtk = buildPythonPackage rec {
|
||||
version = "0.6.2";
|
||||
version = "0.6.3";
|
||||
name = "syncthing-gtk-${version}";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "syncthing";
|
||||
repo = "syncthing-gtk";
|
||||
rev = "v${version}";
|
||||
sha256 = "0dfs5kzdj9ld20i23w6ldj7z761rwnnbqkr0l12wkgcxi58jcqds";
|
||||
sha256 = "1qa5bw2qizjiqvkms8i31wsjf8cw9p0ciamxgfgq6n37wcalv6ms";
|
||||
};
|
||||
|
||||
disabled = isPy3k;
|
||||
|
|
Loading…
Reference in a new issue