Merge pull request #283938 from iynaix/bump-fastfetch

fastfetch: 2.6.3 -> 2.7.0
This commit is contained in:
maxine 2024-01-26 22:25:38 +01:00 committed by GitHub
commit cce644b93d
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.6.3";
version = "2.7.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-pHDlMeFsC99RuTCSbQT+2LbQ7SACeTWfwP56D/AUb3g=";
hash = "sha256-+p85f2cH+syRpnSozc++jPT4Hbn/kGkVsUv3L5Na8+s=";
};
nativeBuildInputs = [