syncthingtray: 1.4.1 -> 1.4.2

Diff: https://github.com/Martchus/syncthingtray/compare/v1.4.1...v1.4.2
This commit is contained in:
Doron Behar 2023-06-08 09:24:54 +03:00
parent 15c2e24dc8
commit ac25886057

View File

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