tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
syncthingtray: 1.2.3 -> 1.3.0
Doron Behar
3 years ago
904e346d
74c44972
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
syncthingtray
default.nix
+2
-2
pkgs/applications/misc/syncthingtray/default.nix
···
21
21
}:
22
22
23
23
mkDerivation rec {
24
24
-
version = "1.2.3";
24
24
+
version = "1.3.0";
25
25
pname = "syncthingtray";
26
26
27
27
src = fetchFromGitHub {
28
28
owner = "Martchus";
29
29
repo = "syncthingtray";
30
30
rev = "v${version}";
31
31
-
sha256 = "sha256-jMl2kXpHVXH/TfdPbq6bzdpNec6f1AUWsMNZzaAvK/I=";
31
31
+
sha256 = "sha256-uhVRO9aiYJbUmwDp1+LIYF3wNBbVduVpTtVzaS0oUMU=";
32
32
};
33
33
34
34
buildInputs = [