gossip: set update script

This commit is contained in:
éclairevoyant
2025-02-12 10:47:55 -05:00
parent 6f65cf489b
commit 13687235fc
+3
View File
@@ -16,6 +16,7 @@
stdenv,
wayland,
wayland-scanner,
nix-update-script,
xorg,
}:
@@ -130,6 +131,8 @@ rustPlatform.buildRustPackage rec {
})
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Desktop client for nostr, an open social media protocol";
downloadPage = "https://github.com/mikedilger/gossip/releases/tag/${version}";