onefetch: 2.26.1 -> 2.27.1

This commit is contained in:
Felix Rath
2026-03-29 15:37:56 +02:00
parent 92fef82f4f
commit 8321c4a38f
2 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "onefetch";
version = "2.26.1";
version = "2.27.1";
src = fetchFromGitHub {
owner = "o2sh";
repo = "onefetch";
rev = finalAttrs.version;
hash = "sha256-JT7iQRKOK/2Zh/IDMv1FM1szITeBaaMy+WuXHjpPkfY=";
tag = finalAttrs.version;
hash = "sha256-aeVLlYDrX7FfZmx30k6hCcihdMUyZm7j72l540+PZJo=";
};
cargoHash = "sha256-VBbiOA/+SPcIvmhNQ71gUBOIWEWV1A86rljBfdAfhZM=";
cargoHash = "sha256-WR8T/spHZqvwzQxwkQI81yMLBA6s6ral97rTmIW+vpg=";
cargoPatches = [
# enable pkg-config feature of zstd
@@ -1,8 +1,8 @@
diff --git a/Cargo.lock b/Cargo.lock
index 839cdbc..9622d04 100644
index 7f0f5c9..4eb062f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2819,6 +2819,7 @@ dependencies = [
@@ -2595,6 +2595,7 @@ dependencies = [
"tokei",
"typetag",
"winres",
@@ -11,14 +11,14 @@ index 839cdbc..9622d04 100644
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 79cbb8c..410a969 100644
index 99340b3..75957a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,7 @@ time = { version = "0.3.37", features = ["formatting"] }
@@ -58,6 +58,7 @@ time = { version = "0.3.47", features = ["formatting"] }
time-humanize = { version = "0.1.3", features = ["time"] }
tokei = "13.0.0-alpha.7"
typetag = "0.2"
tokei = "14.0.0"
typetag = "0.2.21"
+zstd = { version = "*", features = ["pkg-config"] }
[dev-dependencies]
criterion = "0.5.1"
criterion = "0.8.2"