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

syncthingtray: 1.3.0 -> 1.3.1
This commit is contained in:
Doron Behar
2022-12-11 22:30:22 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
}:
mkDerivation rec {
version = "1.3.0";
version = "1.3.1";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "sha256-uhVRO9aiYJbUmwDp1+LIYF3wNBbVduVpTtVzaS0oUMU=";
sha256 = "sha256-0rmfDkPvgubVqfbIOZ+mnv/x1p2sb88zGeg/Q2JCy3I=";
};
patches = [