Unverified Commit 0544bc2f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #251594 from khaneliman/fastfetch-again

fastfetch: 2.0.4 -> 2.0.5
parents 800fdaef f9f22f04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.0.4";
  version = "2.0.5";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-8A00XGKX/dbJElrHQrtoDCEGZJ8ktpFJ6zsxu2qZcxI=";
    hash = "sha256-KYicfYpJiO7ZfQ2vlGDKuiNprIwXnxz6Razf3GrjRq8=";
  };

  nativeBuildInputs = [