Merge pull request #313202 from SuperSandro2000/fastfetch

fastfetch: 2.12.0 -> 2.13.0
This commit is contained in:
Pol Dellaiera
2024-05-21 07:37:32 +02:00
committed by GitHub
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.12.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-4/9LRXDUVd/8cAxfbyAj9so13bvKe/A9uu0mEYehlj4=";
hash = "sha256-T1M+AwKc7O7Ex6mzBtYBwhOXHkggO5CsjddmZhBpxfQ=";
};
outputs = [ "out" "man" ];