Merge pull request #220140 from doronbehar/pkg/martchus

syncthingtray: 1.3.2 -> 1.3.3 and deps updates

authored by Doron Behar and committed by GitHub 1432d3f6 e75554f6

+6 -6
+2 -2
pkgs/applications/misc/syncthingtray/default.nix
··· 28 28 }: 29 29 30 30 mkDerivation rec { 31 - version = "1.3.2"; 31 + version = "1.3.3"; 32 32 pname = "syncthingtray"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "Martchus"; 36 36 repo = "syncthingtray"; 37 37 rev = "v${version}"; 38 - sha256 = "sha256-zLZw6ltdgO66dvKdLXhr/a6r8UhbSAx06jXrgMARHyw="; 38 + sha256 = "sha256-6H5pV7/E4MP9UqVpm59DqfcK8Z8GwknO3+oWxAcnIsk="; 39 39 }; 40 40 41 41 buildInputs = [
+2 -2
pkgs/development/libraries/cpp-utilities/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "cpp-utilities"; 10 - version = "5.20.0"; 10 + version = "5.21.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Martchus"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-KOvRNo8qd8nXhh/f3uAN7jOsNMTX8dJRGUHJXP+FdEs="; 16 + sha256 = "sha256-jva/mVk20xqEcHlUMnOBy2I09oGoLkKaqwRSg0kIKS0="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/libraries/qtutilities/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "qtutilities"; 12 - version = "6.10.0"; 12 + version = "6.11.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Martchus"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-xMuiizhOeS2UtD5OprLZb1MsjGyLd85SHcfW9Wja7tg="; 18 + hash = "sha256-eMQyXxBupqcLmNtAcVBgTWtAtuyRlWB9GKNpomM10B0="; 19 19 }; 20 20 21 21 buildInputs = [ qtbase cpp-utilities ];