microfetch: 0.4.6 -> 0.4.7

This commit is contained in:
R. Ryantm
2025-04-17 21:47:30 +00:00
parent 181423e7a8
commit eb2ed5a105
+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;