Skip to content

Commit

Permalink
Merge pull request #205625 from r-ryantm/auto-update/syncthingtray
Browse files Browse the repository at this point in the history
syncthingtray: 1.3.0 -> 1.3.1
  • Loading branch information
doronbehar authored Dec 11, 2022
2 parents 3414045 + dc71b05 commit 5b856c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/syncthingtray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5b856c2

Please sign in to comment.