microfetch: 0.4.7 -> 0.4.8

This commit is contained in:
R. Ryantm 2025-05-13 20:46:20 +00:00
parent 6983909b46
commit 857600a375

View File

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "microfetch";
version = "0.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "NotAShelf";
repo = "microfetch";
tag = "v${version}";
hash = "sha256-iNx1/My72i+Ni/WVqF2HFgLjqH6W6WPupdOkH6UQH9E=";
hash = "sha256-WGr2qqxcbh7hotqPj8ZQbSB3E4qG5U2LEmqXx/aEc18=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-UguHTRHdcogxg/8DmRWSE7XwmaF36MTGHzF5CpMBc3Y=";
cargoHash = "sha256-/siuEdZeIk23aIagbjrd5cYvb5/xEdAq84PoSVLWz60=";
passthru.updateScript = nix-update-script { };