diff options
| author | Gliczy <129636582+Gliczy@users.noreply.github.com> | 2024-12-03 09:46:22 +0100 |
|---|---|---|
| committer | Gliczy <129636582+Gliczy@users.noreply.github.com> | 2024-12-03 09:46:22 +0100 |
| commit | 5f392740e1d89673c22ff21c64f5461b53d489c6 (patch) | |
| tree | b85c6a657f58661d999ac43080ebcb50d49e5a59 | |
| parent | filesender: FIX: missing format definition. (#316885) (diff) | |
| download | nixpkgs-5f392740e1d89673c22ff21c64f5461b53d489c6.tar.gz | |
fastfetch: 2.30.1 -> 2.31.0
| -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 346aca197a2f..ad2c7d82560c 100644 --- a/pkgs/by-name/fa/fastfetch/package.nix +++ b/pkgs/by-name/fa/fastfetch/package.nix @@ -44,13 +44,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.30.1"; + version = "2.31.0"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-Gt5rsUDi7E2msdHzSbvc8dM2yxwws4Q5GYpHJNg9mGA="; + hash = "sha256-CXJbNaCZXt5DJaCRjbPoSo3rfhrOLiMkOEQU0Icdggk="; }; outputs = [ |
