Unverified Commit 2fcf6fba authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

fastfetch: 2.37.0 -> 2.38.0 (#386741)

parents f52d202b e4f13cd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.37.0";
  version = "2.38.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-wcDMr0I4Y2iSR5gsJ4ATe2T4CHV+hHXEKScUpB9ncMs=";
    hash = "sha256-9ph6Zp1x/MP0apB39L+HFUCl7qQ9UfIU89/78+qy6Vc=";
  };

  outputs = [