Merge pull request #234560 from viraptor/rbspy-updater

rbspy: add an update script
This commit is contained in:
Nick Cao 2023-05-28 00:54:21 -06:00 committed by GitHub
commit 2be9140de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, ruby
, which
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -46,6 +47,8 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ ruby which ]
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://rbspy.github.io/";
description = ''