Unverified Commit 65b1aa88 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #266278 from khaneliman/fastfetch

fastfetch: 2.2.2 -> 2.2.3
parents 64b6e492 61a6be01
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.2";
  version = "2.2.3";

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

  nativeBuildInputs = [