Unverified Commit 023678f9 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

jocalsend: add passthru.updateScript (#510366)

parents 18f05182 2db09e26
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  rustPlatform,
  pkg-config,
  openssl,
  nix-update-script,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    openssl
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://git.kittencollective.com/nebkor/joecalsend";
    description = "Rust terminal client for Localsend";