pfetch: 1.7.0 -> 1.7.1 (#371481)

Co-authored-by: phanirithvij <madlad@duck.com>

authored by

nixpkgs-merge-bot[bot]
phanirithvij
and committed by
GitHub
a8f637ac d6d369bd

+2 -2
+2 -2
pkgs/by-name/pf/pfetch/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "pfetch"; 11 - version = "1.7.0"; 11 + version = "1.7.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Un1q32"; 15 15 repo = "pfetch"; 16 16 tag = version; 17 - hash = "sha256-omI1Y1UKxSkg1QUd/GHHuGBwxfNOtxqYpzPbJdG7j3A="; 17 + hash = "sha256-n+FqttmvqbRBXb3urM8yGTxDCwVKdHo+aHeFBWTnN2M="; 18 18 }; 19 19 20 20 dontBuild = true;