Merge pull request #253962 from r-ryantm/auto-update/syncthingtray-minimal

syncthingtray-minimal: 1.4.5 -> 1.4.6
This commit is contained in:
Doron Behar 2023-09-08 07:22:05 +00:00 committed by GitHub
commit c44317643e
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.5";
version = "1.4.6";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "sha256-EizKDw5Fv2qXxmiCx4NAvwxBZ+qhTIx4NMZedZ9OuyA=";
sha256 = "sha256-/HAqO0eVFt4YLGeTbZSZcH2pOojvykukAGTBHZTfKLQ=";
};
buildInputs = [