microfetch: 0.4.6 -> 0.4.7 (#399605)

This commit is contained in:
Nick Cao
2025-04-18 15:30:12 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "microfetch";
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "NotAShelf";
repo = "microfetch";
tag = "v${version}";
hash = "sha256-qpwzuzEqXsGO4y3ClaY25Q4rFm2RyPl/X3yNcQz3R4E=";
hash = "sha256-iNx1/My72i+Ni/WVqF2HFgLjqH6W6WPupdOkH6UQH9E=";
};
useFetchCargoVendor = true;