pfetch-rs: 2.9.1 -> 2.9.2

This commit is contained in:
R. Ryantm 2024-06-03 15:20:28 +00:00
parent c429fa2ffa
commit adca0283c2

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "pfetch-rs";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "Gobidev";
repo = pname;
rev = "v${version}";
hash = "sha256-tpJk31Z7QzZNLmEv/L1008tf6hpJJI6b7E1o/kwbJe0=";
hash = "sha256-1Mw20O64I0UeAOO4Gea8cAbNnHkWOMvoRawIAZ62kTI=";
};
cargoHash = "sha256-CQVPEUpblypDyr48MrLY3roGunOxem0eM1OtbcKlnsw=";
cargoHash = "sha256-Jx8g49rMatXMV1KvoFGBhXKmf77WR4uE/Xewl5TMeWM=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit