Merge pull request #236589 from doronbehar/pkg/syncthingtray

syncthingtray: 1.4.1 -> 1.4.3
This commit is contained in:
Doron Behar 2023-06-14 12:55:42 +03:00 committed by GitHub
commit 1a409a01a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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