onefetch: 2.13.2 -> 2.14.2

Changelog: https://github.com/o2sh/onefetch/blob/v2.14.2/CHANGELOG.md
This commit is contained in:
figsoda 2022-11-27 16:03:19 -05:00
parent cdad0ce127
commit 2e1966a7e3

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "onefetch";
version = "2.13.2";
version = "2.14.2";
src = fetchFromGitHub {
owner = "o2sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ydRdnzOI9syfF2ox9vHA9Q0j8C7ZNb0b7CJfqUprPA0=";
rev = version;
sha256 = "sha256-LiX91GMJdmhosCZcL3JlzYRieqeQs+YWMAtKTzSBzZY=";
};
cargoSha256 = "sha256-IprUSNxoojagXUO/I7WDGJMG0U541ioe4qgLT4hqmbY=";
cargoSha256 = "sha256-D1GVwNpuqoiwJsWAZfTR9qUC1xuHR+O0bq9rxmgkYXk=";
cargoPatches = [
# enable pkg-config feature of zstd