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 }: 31 32 mkDerivation rec { 33 - version = "1.4.5"; 34 pname = "syncthingtray"; 35 36 src = fetchFromGitHub { 37 owner = "Martchus"; 38 repo = "syncthingtray"; 39 rev = "v${version}"; 40 - sha256 = "sha256-EizKDw5Fv2qXxmiCx4NAvwxBZ+qhTIx4NMZedZ9OuyA="; 41 }; 42 43 buildInputs = [
··· 30 }: 31 32 mkDerivation rec { 33 + version = "1.4.6"; 34 pname = "syncthingtray"; 35 36 src = fetchFromGitHub { 37 owner = "Martchus"; 38 repo = "syncthingtray"; 39 rev = "v${version}"; 40 + sha256 = "sha256-/HAqO0eVFt4YLGeTbZSZcH2pOojvykukAGTBHZTfKLQ="; 41 }; 42 43 buildInputs = [