Merge pull request #92728 from r-ryantm/auto-update/syncthingtray

syncthingtray: 0.10.10 -> 0.11.0
This commit is contained in:
Ryan Mulligan 2020-07-08 15:52:23 -07:00 committed by GitHub
commit 6f045d3e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
}:
mkDerivation rec {
version = "0.10.10";
version = "0.11.0";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "14nn0igcx4kd7pcna1ggz3yz9xfk1czgy87fxkmn2p91psmy2i18";
sha256 = "1lpjrij6y8l738hd7bfig0piglqinnqbadidzw9k0nm53bh4pqrr";
};
buildInputs = [ qtbase cpp-utilities qtutilities ]