Unverified Commit 728aa67d authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

fastfetchMinimal: 2.59.0 -> 2.60.0 (#497470)

parents 78826c3d 4afdd3be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.59.0";
  version = "2.60.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-XnVSVf9dFWJLmMDsXNclWCnMTwigVORXYhcpxTgEWuY=";
    hash = "sha256-KBK5ZajrmZyscl/4Svk1sl63AhrfAdA+/sO0/vA5JSE=";
  };

  outputs = [