Unverified Commit 3a435d16 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #314432 from NixOS/backport-313965-to-release-24.05

[Backport release-24.05] fastfetch: 2.13.1 -> 2.13.2
parents 7874563e 0d79ed09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];