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

This commit is contained in:
Doron Behar 2021-02-07 12:48:54 +02:00 committed by GitHub
commit 5a3e0e7221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
}:
mkDerivation rec {
version = "1.1.0";
version = "1.1.2";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "0nzkzx870hzil2kny1irp4w2kxz5gmpchr2qxb7q4f9cnih92n0j";
sha256 = "sha256-I5QhnYp4ga3ERJ3w4qjh5gFFU+S1Htw26vHK/2M8j5s=";
};
buildInputs = [ qtbase cpp-utilities qtutilities ]