Unverified Commit af5c02bc authored by ErrorNoInternet's avatar ErrorNoInternet
Browse files

fastfetch: 2.4.0 -> 2.5.0

parent 82b59b13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.4.0";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-LHRbobgBXGjoLQXC+Gy03aNrTyjn1loVMbj0qv3HObQ=";
    hash = "sha256-W/6Ye7IJi46SKPY9gnvHNRYwTwxGCJ6oY3KVPzcFvNM=";
  };

  nativeBuildInputs = [