Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #6935 from DamienCassou/update-syncthing-gtk-0.6.3

Update syncthing 0.6.2 -> 0.6.3

+2 -2
+2 -2
pkgs/top-level/python-packages.nix
··· 10916 }; 10917 10918 syncthing-gtk = buildPythonPackage rec { 10919 - version = "0.6.2"; 10920 name = "syncthing-gtk-${version}"; 10921 src = pkgs.fetchFromGitHub { 10922 owner = "syncthing"; 10923 repo = "syncthing-gtk"; 10924 rev = "v${version}"; 10925 - sha256 = "0dfs5kzdj9ld20i23w6ldj7z761rwnnbqkr0l12wkgcxi58jcqds"; 10926 }; 10927 10928 disabled = isPy3k;
··· 10916 }; 10917 10918 syncthing-gtk = buildPythonPackage rec { 10919 + version = "0.6.3"; 10920 name = "syncthing-gtk-${version}"; 10921 src = pkgs.fetchFromGitHub { 10922 owner = "syncthing"; 10923 repo = "syncthing-gtk"; 10924 rev = "v${version}"; 10925 + sha256 = "1qa5bw2qizjiqvkms8i31wsjf8cw9p0ciamxgfgq6n37wcalv6ms"; 10926 }; 10927 10928 disabled = isPy3k;