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 a8991ec commit 5b9ed59Copy full SHA for 5b9ed59
1 file changed
pkgs/applications/misc/syncthingtray/default.nix
@@ -28,14 +28,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
28
}:
29
30
mkDerivation rec {
31
- version = "1.3.2";
+ version = "1.3.3";
32
pname = "syncthingtray";
33
34
src = fetchFromGitHub {
35
owner = "Martchus";
36
repo = "syncthingtray";
37
rev = "v${version}";
38
- sha256 = "sha256-zLZw6ltdgO66dvKdLXhr/a6r8UhbSAx06jXrgMARHyw=";
+ sha256 = "sha256-6H5pV7/E4MP9UqVpm59DqfcK8Z8GwknO3+oWxAcnIsk=";
39
};
40
41
buildInputs = [
0 commit comments