Skip to content

Commit

Permalink
fastfetch: 2.33.0 → 2.34.0 (#372438)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Jan 10, 2025
2 parents 33bbc2e + e46a62c commit 91871fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fa/fastfetch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.33.0";
version = "2.34.0";

src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-GCUG9b98UmuC/6psDs4PNAoquEWOMz0kl/IBQXRGX5o=";
tag = finalAttrs.version;
hash = "sha256-ZTtDYUnLp8IzGluJXLCHBxHCZAXxO+akUkPOCPMdA5w=";
};

outputs = [
Expand Down

0 comments on commit 91871fb

Please sign in to comment.