Unverified Commit b8aef081 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

fastfetch: 2.35.0 -> 2.36.0 (#380994)

parents 50aafdb6 b38038f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.35.0";
  version = "2.36.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-ChuK5DHRj1qJIjRo3oB5gdCxox2mDffCVM0wRGc5t1o=";
    hash = "sha256-pSPXSvomvQBps8ctF/PXaOP+7xBIRxNlRVIFVy8nxwY=";
  };

  outputs = [