syncthingtray: 1.4.3 -> 1.4.4

Diff: https://github.com/Martchus/syncthingtray/compare/v1.4.3...v1.4.4
This commit is contained in:
Doron Behar 2023-07-08 23:44:13 +03:00
parent 2fb26348ba
commit 79982e885c

View File

@ -30,14 +30,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:
mkDerivation rec {
version = "1.4.3";
version = "1.4.4";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "sha256-6J/P/DDD17QtXAISQn77EDIYqQu1hY7EnIX0FC6H/20=";
sha256 = "sha256-i13Mt4xASneE4sBIt9fbdoFV1KnoVfaGRwQXX+1NgI4=";
};
buildInputs = [