microfetch: add update script

This commit is contained in:
Nydragon 2024-08-17 11:50:16 +02:00
parent be32c3603e
commit f4e5df01cc
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@ -17,6 +18,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-dGlAiPrOWFI8ogo/1S2ZK/ZPBtKGCyA72B+6B4bp5Mg=";
passthru.updateScript = nix-update-script { };
meta = {
description = "Microscopic fetch script in Rust, for NixOS systems";
homepage = "https://github.com/NotAShelf/microfetch";