fastfetch: 2.2.0 -> 2.2.1

This commit is contained in:
Austin Horstman 2023-11-02 14:23:58 -05:00
parent 160ba578a7
commit 2562ebd535
No known key found for this signature in database

View file

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-H2iIL41h3o8184S/XMYAuIDPVJPm+zSI/YX8FT8vLio=";
hash = "sha256-7g2p33j97hu26xwBLrakc7/bIpYHNTC5jqCj/Fs4fKo=";
};
nativeBuildInputs = [