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.
2 parents 97c3c86 + 44b3a8a commit d8d3d5fCopy full SHA for d8d3d5f
pkgs/applications/misc/syncthingtray/default.nix
@@ -38,14 +38,14 @@
38
}:
39
40
stdenv.mkDerivation (finalAttrs: {
41
- version = "1.7.0";
+ version = "1.7.1";
42
pname = "syncthingtray";
43
44
src = fetchFromGitHub {
45
owner = "Martchus";
46
repo = "syncthingtray";
47
rev = "v${finalAttrs.version}";
48
- hash = "sha256-YKOqgUMK+FYYemxDcxfDV42z/1qSSja6M7NAt+UaFEo=";
+ hash = "sha256-97ehL61C6q/8Hlbt3bMkrZ33V+Z4a4xatc5p1Tw5NIw=";
49
};
50
51
buildInputs =
0 commit comments