Skip to content

Commit e15b150

Browse files
committed
fastfetch: 2.28.0 -> 2.29.0
1 parent a86d069 commit e15b150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fastfetch/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
}:
4545
stdenv.mkDerivation (finalAttrs: {
4646
pname = "fastfetch";
47-
version = "2.28.0";
47+
version = "2.29.0";
4848

4949
src = fetchFromGitHub {
5050
owner = "fastfetch-cli";
5151
repo = "fastfetch";
5252
rev = finalAttrs.version;
53-
hash = "sha256-fkAtBO9POd3JKNNt0jV1ufIN1s8HaFW7P2+32cRycWs=";
53+
hash = "sha256-qXzE2v2BS1CgPVPIj+mct9zoJ4hpNCsTZ12keQThRZI=";
5454
};
5555

5656
outputs = [

0 commit comments

Comments
 (0)