onefetch: 2.24.0 -> 2.25.0 (#422825)

This commit is contained in:
Aleksana 2025-07-09 21:36:13 +08:00 committed by GitHub
commit 2dfd8b1cea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,17 +16,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "onefetch";
version = "2.24.0";
version = "2.25.0";
src = fetchFromGitHub {
owner = "o2sh";
repo = "onefetch";
rev = version;
hash = "sha256-Q74iqCSH8sdGFWC5DmMZhvUoL/Hzz4XNj548Gls6Hzk=";
hash = "sha256-ZaaSuHWkhJx0q1CBAiRhwoLeeyyoAj6/vP3AJwybjAo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-BpWc1GEj94vGEXDJEyocItggP1vQC441wp8r3DwalFw=";
cargoHash = "sha256-56Net4nNRndePhdsQPbmqiPHpOUGMmnQt6BuplQpvSU=";
cargoPatches = [
# enable pkg-config feature of zstd