1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

syncthingtray: 0.10.6 -> 0.10.7

This commit is contained in:
R. RyanTM 2020-03-21 04:57:58 +00:00
parent 93144e0f4a
commit d012168b90

View file

@ -20,14 +20,14 @@
}:
mkDerivation rec {
version = "0.10.6";
version = "0.10.7";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "1lh1qsdy5081jrs27ba0mfh90ya1fj9h6j5k0cdsfap9mcxyjd9g";
sha256 = "0qix22wblakpxwqy63378p5rksnx2ik9gfw0c6za19mzhx7gwln8";
};
buildInputs = [ qtbase cpp-utilities qtutilities ]