Merge pull request #258976 from onemoresuza/wallust-update-script

wallust: add `passthru.updateScript`
This commit is contained in:
Nick Cao 2023-10-04 09:54:53 -04:00 committed by GitHub
commit 0eb2eac0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";