Unverified Commit 770b953c authored by Austin Horstman's avatar Austin Horstman
Browse files

fastfetch: 2.2.1 -> 2.2.2

parent b45133e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-7g2p33j97hu26xwBLrakc7/bIpYHNTC5jqCj/Fs4fKo=";
    hash = "sha256-ejyAXwVsxI16J295WHfMLMtF/kGW89l3N0qV0mH4DX0=";
  };

  nativeBuildInputs = [