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

fastfetch: 2.62.0 -> 2.62.1 (#513587)

parents b839da9c f569ea9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.62.0";
  version = "2.62.1";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-26rKLrlRKn8pVbqP727H5JAXCN5NaRCbf8si0Jgo4fc=";
    hash = "sha256-lI3p0LPDg5EXQ60NIYkpv0sNeckUdZjJSsmc2XP1l0E=";
  };

  outputs = [