Unverified Commit 13687235 authored by éclairevoyant's avatar éclairevoyant
Browse files

gossip: set update script

parent 6f65cf48
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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}";