We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bcef1 commit 2314bf5Copy full SHA for 2314bf5
pkgs/applications/misc/syncthingtray/default.nix
@@ -38,14 +38,14 @@
38
}:
39
40
stdenv.mkDerivation (finalAttrs: {
41
- version = "1.7.2";
+ version = "1.7.3";
42
pname = "syncthingtray";
43
44
src = fetchFromGitHub {
45
owner = "Martchus";
46
repo = "syncthingtray";
47
rev = "v${finalAttrs.version}";
48
- hash = "sha256-pQd6Ngxcn5qJKhjqXXJ6LZLgSI8gJ/d9TNuIAZlWHGA=";
+ hash = "sha256-XmbdLaJzGjgbB4klu8soAV1m2/LjhbWbAczl/mNTMG4=";
49
};
50
51
buildInputs =
0 commit comments