Unverified Commit 6fcea504 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

fastfetch: 2.55.0 -> 2.55.1 (#462792)

parents 791c5179 4879d6a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.55.0";
  version = "2.55.1";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-i9bTUVVQRrg3KNUGY5o2fZLy5+2urr8EGIsyBEEGHO8=";
    hash = "sha256-pHDKVVGKOl9vdPephuClIrsIU0ooJID3M6Hbcm5GSig=";
  };

  outputs = [