Unverified Commit 85e4f299 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

fastfetch: 2.22.0 -> 2.23.0 (#339156)

parents 7f329513 5447dba3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.22.0";
  version = "2.23.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-ncaBMSV7n4RVA2376ExBv+a8bzuvuMttv3GlNaOH23k=";
    hash = "sha256-ry7FWja/FGSTQU1IhfXUA778yO0T3O1cvYsS4pcqURY=";
  };

  outputs = [