onefetch: 2.21.0 -> 2.22.0

This commit is contained in:
TheSola10 2024-11-14 11:04:26 +01:00
parent 7f0f95aec2
commit f4a848a25d
No known key found for this signature in database
GPG Key ID: 89245619BEBB95BA
2 changed files with 3 additions and 4 deletions

View File

@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "onefetch";
version = "2.21.0";
version = "2.22.0";
src = fetchFromGitHub {
owner = "o2sh";
repo = pname;
rev = version;
hash = "sha256-KQs7b+skXQhHbfHIJkgowNY2FB6oS2V8TQFdkmElC/k=";
hash = "sha256-Gk1hoC6qsLYm7DbbaRSur6GdC9yXQe+mYLUJklXIwZ4=";
};
cargoHash = "sha256-gKA1MMahoaDFia8LR33GG3jRttZzHwpUpFawlCQcy7g=";
cargoHash = "sha256-4YB10uj4ULhvhn+Yv0dRZO8fRxwm3lEAZ5v+MYHO7lI=";
cargoPatches = [
# enable pkg-config feature of zstd

View File

@ -17,7 +17,6 @@ index a0a2777..ad146cb 100644
@@ -65,6 +65,7 @@ time-humanize = { version = "0.1.3", features = ["time"] }
tokei = "12.1.2"
typetag = "0.2"
parking_lot = "0.12"
+zstd = { version = "*", features = ["pkg-config"] }
[dev-dependencies]