cloak: provide update script

This commit is contained in:
Mikael Voss 2025-02-11 16:55:01 +01:00
parent 283c114f0e
commit c21f7c9c8a
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@ -18,6 +19,8 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-PAZOenugZrKYIP7zzxozerjkauwg7VN0mAlex0WPttQ=";
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/evansmurithi/cloak";
description = "Command-line OTP authenticator application";