wallust: add passthru.updateScript

This commit is contained in:
Gustavo Coutinho de Souza 2023-10-04 07:56:16 -03:00
parent 72888446e9
commit b4602ba5cb
No known key found for this signature in database
GPG key ID: 87B914AD813AA7C7

View file

@ -1,6 +1,7 @@
{ lib
, fetchFromGitea
, rustPlatform
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
pname = "wallust";
@ -16,6 +17,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-pR2vdqMGJZ6zvXwwKUIPjb/lWzVgYqQ7C7/sk/+usc4=";
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A better pywal";
homepage = "https://codeberg.org/explosion-mental/wallust";