syncthingtray: 1.3.3 -> 1.4.1

Diff: https://github.com/Martchus/syncthingtray/compare/v1.3.3...v1.4.1
This commit is contained in:
Doron Behar 2023-04-05 10:37:08 +03:00
parent 34e995914c
commit 7a099d691a

View File

@ -28,14 +28,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:
mkDerivation rec {
version = "1.3.3";
version = "1.4.1";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "sha256-6H5pV7/E4MP9UqVpm59DqfcK8Z8GwknO3+oWxAcnIsk=";
sha256 = "sha256-6s78vytYxU7FWGQRO56qgmtZBlHbXMz3iVAbBXycDmI=";
};
buildInputs = [