Merge pull request #285147 from iynaix/bump-fastfetch

fastfetch: 2.7.0 -> 2.7.1
This commit is contained in:
Nick Cao 2024-01-31 08:32:48 -05:00 committed by GitHub
commit 3c9926b28b
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.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-+p85f2cH+syRpnSozc++jPT4Hbn/kGkVsUv3L5Na8+s=";
hash = "sha256-s0N3Rt3lLOCyaeXeNYu6hlGtNtGR+YC7Aj4/3SeVMpQ=";
};
nativeBuildInputs = [