Merge pull request #253962 from r-ryantm/auto-update/syncthingtray-minimal

syncthingtray-minimal: 1.4.5 -> 1.4.6

authored by Doron Behar and committed by GitHub c4431764 be792504

+2 -2
+2 -2
pkgs/applications/misc/syncthingtray/default.nix
··· 30 30 }: 31 31 32 32 mkDerivation rec { 33 - version = "1.4.5"; 33 + version = "1.4.6"; 34 34 pname = "syncthingtray"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "Martchus"; 38 38 repo = "syncthingtray"; 39 39 rev = "v${version}"; 40 - sha256 = "sha256-EizKDw5Fv2qXxmiCx4NAvwxBZ+qhTIx4NMZedZ9OuyA="; 40 + sha256 = "sha256-/HAqO0eVFt4YLGeTbZSZcH2pOojvykukAGTBHZTfKLQ="; 41 41 }; 42 42 43 43 buildInputs = [