3
0
Fork 0
forked from mirrors/nixpkgs

onefetch: 2.18.1 -> 2.19.0

This commit is contained in:
Sandro Jäckel 2023-12-01 02:24:31 +01:00
parent 0f58b779ca
commit f6d192e9b4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 9 additions and 11 deletions

View file

@ -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

View file

@ -1,6 +1,8 @@
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"