diff options
author | R. Ryantm | 2024-05-31 07:01:36 +0000 |
---|---|---|
committer | R. Ryantm | 2024-05-31 07:01:36 +0000 |
commit | d313919498cdebe8c1c3d80509c4b6265f9b329a (patch) | |
tree | f430cc957c29bb558a4a5d3edd6bd69c55d13d88 /pkgs/by-name/fa | |
parent | 5f6ccfaad57dd58f34581441fdea481bc508265a (diff) |
fastfetch: 2.13.2 -> 2.14.0
Diffstat (limited to 'pkgs/by-name/fa')
-rw-r--r-- | pkgs/by-name/fa/fastfetch/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/fa/fastfetch/package.nix b/pkgs/by-name/fa/fastfetch/package.nix index e9394ab92267..2441f765482e 100644 --- a/pkgs/by-name/fa/fastfetch/package.nix +++ b/pkgs/by-name/fa/fastfetch/package.nix @@ -47,13 +47,13 @@ let in stdenv'.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.13.2"; + version = "2.14.0"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-Wt+HFl+HJKMzC8O0JslVLpHFrmVVSBpac79TsKVpz+k="; + hash = "sha256-RJDRxH9VKNxBSfoFl1rDTeKKyLC3C09F0Z3ksJoMDRk="; }; outputs = [ "out" "man" ]; |