Unverified Commit 4d729250 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #271334 from SuperSandro2000/onefetch

onefetch: 2.18.1 -> 2.19.0
parents bcf03978 f6d192e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "onefetch";
  version = "2.18.1";
  version = "2.19.0";

  src = fetchFromGitHub {
    owner = "o2sh";
    repo = pname;
    rev = version;
    hash = "sha256-xa7LdIeeSzCoSUVe9CzC3hKDiKlQdr011+iF/WOVGx0=";
    hash = "sha256-IaXQyTQMvgfm3CWU6z0T4nTJNgA8/8urG+hhuthB4+U=";
  };

  cargoHash = "sha256-zaRoL5fV0Vyca0Ay1WIl/1jAlPSeuoBevgrEFER6XJU=";
  cargoHash = "sha256-8brPYBVqoBg9wO/Y6LdNgVasJgmyZvdNIC0Cclpyk68=";

  cargoPatches = [
    # enable pkg-config feature of zstd
+6 −8
Original line number Diff line number Diff line
diff --git a/Cargo.lock b/Cargo.lock
index f6d5b6c..a631bbf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2534,6 +2534,7 @@ dependencies = [
@@ -2544,6 +2544,7 @@ dependencies = [
  "typetag",
  "winres",
  "yaml-rust",
@@ -8,15 +10,11 @@
 ]
 
 [[package]]
@@ -4113,4 +4114,5 @@ checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
 dependencies = [
  "cc",
  "libc",
+ "pkg-config",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index b77f70d..861f1ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,6 +51,7 @@ tokei = "12.1.2"
@@ -65,6 +65,7 @@ tokei = "12.1.2"
 typetag = "0.2"
 yaml-rust = "0.4.5"
 parking_lot = "0.12"