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

wallust: add `passthru.updateScript`

authored by

Nick Cao and committed by
GitHub
0eb2eac0 9c59ea6e

+4 -1
+4 -1
pkgs/applications/misc/wallust/default.nix
··· 1 1 { lib 2 2 , fetchFromGitea 3 3 , rustPlatform 4 + , nix-update-script 4 5 }: 5 6 rustPlatform.buildRustPackage rec { 6 7 pname = "wallust"; ··· 14 15 hash = "sha256-WhL2HWM1onRrCqWJPLnAVMd/f/xfLrK3mU8jFSLFjAM="; 15 16 }; 16 17 17 - cargoSha256 = "sha256-pR2vdqMGJZ6zvXwwKUIPjb/lWzVgYqQ7C7/sk/+usc4= "; 18 + cargoSha256 = "sha256-pR2vdqMGJZ6zvXwwKUIPjb/lWzVgYqQ7C7/sk/+usc4="; 19 + 20 + passthru.updateScript = nix-update-script { }; 18 21 19 22 meta = with lib; { 20 23 description = "A better pywal";