Unverified Commit c7642b9c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

onefetch: 2.26.1 -> 2.27.1 (#502826)

parents a5dd9e3f 8321c4a3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
+7 −7
Original line number Diff line number Diff line
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"