Skip to content

Commit

Permalink
Merge pull request NixOS#313965 from SuperSandro2000/fastfetch
Browse files Browse the repository at this point in the history
fastfetch: 2.13.1 -> 2.13.2
  • Loading branch information
SuperSandro2000 authored May 24, 2024
2 parents 0e39493 + be3292f commit f249362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fa/fastfetch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.13.1";
version = "2.13.2";

src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-AB7GxeKLD+xdnFEA/STD7CFazsybYGtX10Q/Q4MRTrU=";
hash = "sha256-Wt+HFl+HJKMzC8O0JslVLpHFrmVVSBpac79TsKVpz+k=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit f249362

Please sign in to comment.