Unverified Commit ca433961 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

fastfetchMinimal: 2.50.2 -> 2.51.0 (#438088)

parents e65149f1 b275c454
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.50.2";
  version = "2.51.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-dY8JAv5UnsJLPbhb/1JxvDxdHT0gusqkvOlOxsDS6p4=";
    hash = "sha256-YEKnOvcW4/Syl/iAo8JG63Qw7qEeTpiEp+Oq+O5kFZQ=";
  };

  outputs = [