syncthingtray: 0.11.0 -> 1.0.0

This commit is contained in:
Doron Behar 2020-10-26 12:10:40 +02:00
parent c9a6cd0a30
commit a5ca6e8e84

View file

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