tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
syncthingtray: 1.4.7 -> 1.4.8
R. Ryantm
2 years ago
8af5126f
64b6e492
+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
···
33
}:
34
35
stdenv.mkDerivation (finalAttrs: {
36
-
version = "1.4.7";
37
pname = "syncthingtray";
38
39
src = fetchFromGitHub {
40
owner = "Martchus";
41
repo = "syncthingtray";
42
rev = "v${finalAttrs.version}";
43
-
sha256 = "sha256-ddOyAyvFifsdNMbwcMZTyhA+5pvz6/Eu/VoBmdsHi54=";
44
};
45
46
buildInputs = [
···
33
}:
34
35
stdenv.mkDerivation (finalAttrs: {
36
+
version = "1.4.8";
37
pname = "syncthingtray";
38
39
src = fetchFromGitHub {
40
owner = "Martchus";
41
repo = "syncthingtray";
42
rev = "v${finalAttrs.version}";
43
+
sha256 = "sha256-Fy3cy6c36Qsi8F7cC/MI8g6tdfkn8fDBncL+ZOoiGcs=";
44
};
45
46
buildInputs = [