Skip to content

Commit a27b305

Browse files
authored
syncthingtray: 1.7.3 -> 1.7.5 (#398419)
2 parents e699969 + 1f7fe68 commit a27b305

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.3";
41+
version = "1.7.5";
4242
pname = "syncthingtray";
4343

4444
src = fetchFromGitHub {
4545
owner = "Martchus";
4646
repo = "syncthingtray";
4747
rev = "v${finalAttrs.version}";
48-
hash = "sha256-XmbdLaJzGjgbB4klu8soAV1m2/LjhbWbAczl/mNTMG4=";
48+
hash = "sha256-/1X+wbVwLu0+SOMaVDJejBA+Z3szgs8IDtAZ9Yj7hXs=";
4949
};
5050

5151
buildInputs =

0 commit comments

Comments
 (0)