Skip to content

Commit 4561d03

Browse files
authored
syncthingtray: 1.7.1 -> 1.7.2 (#385982)
2 parents 02ce2c0 + 08f0a70 commit 4561d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/syncthingtray/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
}:
3939

4040
stdenv.mkDerivation (finalAttrs: {
41-
version = "1.7.1";
41+
version = "1.7.2";
4242
pname = "syncthingtray";
4343

4444
src = fetchFromGitHub {
4545
owner = "Martchus";
4646
repo = "syncthingtray";
4747
rev = "v${finalAttrs.version}";
48-
hash = "sha256-97ehL61C6q/8Hlbt3bMkrZ33V+Z4a4xatc5p1Tw5NIw=";
48+
hash = "sha256-pQd6Ngxcn5qJKhjqXXJ6LZLgSI8gJ/d9TNuIAZlWHGA=";
4949
};
5050

5151
buildInputs =

0 commit comments

Comments
 (0)