Merge pull request #281727 from r-ryantm/auto-update/fastfetch

fastfetch: 2.5.0 -> 2.6.0
This commit is contained in:
Weijia Wang 2024-01-19 04:30:46 +01:00 committed by GitHub
commit f102d4c75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-W/6Ye7IJi46SKPY9gnvHNRYwTwxGCJ6oY3KVPzcFvNM=";
hash = "sha256-cjNVN/2N/CiItsysZFJNL0mqXL6B86BihjDJ7IwD1a4=";
};
nativeBuildInputs = [