Unverified Commit b30f97d8 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

onefetch: 2.22.0 -> 2.23.1 (#370530)

parents dda2eb2d 85b9eb95
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "onefetch";
  version = "2.22.0";
  version = "2.23.1";

  src = fetchFromGitHub {
    owner = "o2sh";
    repo = pname;
    rev = version;
    hash = "sha256-Gk1hoC6qsLYm7DbbaRSur6GdC9yXQe+mYLUJklXIwZ4=";
    hash = "sha256-lQxv2gwZOGtxJrXjxvjBnbl225ppSs3cVNCfePFeqEE=";
  };

  cargoHash = "sha256-4YB10uj4ULhvhn+Yv0dRZO8fRxwm3lEAZ5v+MYHO7lI=";
  cargoHash = "sha256-jDyEZaP1R1c5K+d9BQSVqy/rCEAXIrVA/68vQweSIF4=";

  cargoPatches = [
    # enable pkg-config feature of zstd
+6 −5
Original line number Diff line number Diff line
diff --git a/Cargo.lock b/Cargo.lock
index dd0e3e1..5738ec1 100644
index 839cdbc..9622d04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2829,6 +2829,7 @@ dependencies = [
@@ -2819,6 +2819,7 @@ dependencies = [
  "tokei",
  "typetag",
  "winres",
@@ -11,11 +11,12 @@ index dd0e3e1..5738ec1 100644
 
 [[package]]
diff --git a/Cargo.toml b/Cargo.toml
index a0a2777..ad146cb 100644
index 79cbb8c..410a969 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,6 +65,7 @@ time-humanize = { version = "0.1.3", features = ["time"] }
 tokei = "12.1.2"
@@ -68,6 +68,7 @@ time = { version = "0.3.37", features = ["formatting"] }
 time-humanize = { version = "0.1.3", features = ["time"] }
 tokei = "13.0.0-alpha.7"
 typetag = "0.2"
+zstd = { version = "*", features = ["pkg-config"] }