···1717 # include version in the name so we invalidate the FOD
1818 name = "${pname}-${version}";
1919 src = sources.${pname};
2020- hash = "sha256-5TMHytHLIjdzY6O1+V9do/JCfxFfBkYD+bd+FNLlrMk=";
2020+ hash = "sha256-FgzmWw8FZb+DNSf2n6H14Rq07+x1LzG9hX4hFetuqDw=";
2121 };
22222323 extraNativeBuildInputs = [
···11+diff --git a/samba/filepropertiesplugin/qml/MissingSambaPage.qml b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
22+index 4419b25..f16e70b 100644
13--- a/samba/filepropertiesplugin/qml/MissingSambaPage.qml
24+++ b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
33-@@ -16,7 +16,7 @@ Item {
44-55+@@ -17,7 +17,7 @@ Item {
56 icon.name: "dialog-error"
6777-- text: xi18nc("@info", "The <application>Samba</application> file sharing service must be installed before folders can be shared.")
88-- explanation: i18n("Because this distro does not include PackageKit, we cannot show you a nice \"Install it\" button, and you will have to use your package manager to install the <command>samba</command> server package manually.")
99-+ text: xi18nc("@info", "File sharing service unavailable")
88+ text: xi18nc("@info", "File sharing service unavailable")
99+- explanation: i18n("Please ensure the Samba service is enabled and running.\nIf you haven't disabled it manually, consider reporting a bug to your distribution.")
1010+ explanation: i18n("Please enable the `services.samba.enable` and `services.samba.usershares.enable` options in your NixOS configuration.")
1111- }
1212- }
1111+1212+ helpfulAction: Kirigami.Action {
1313+ icon.name: "mail-message-new"