Unverified Commit 4f6f348d authored by Austin Horstman's avatar Austin Horstman
Browse files
parent 1fc11179
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.40.1";
  version = "2.40.3";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4=";
    hash = "sha256-iGrUBhomnn5880lrjtLK7OEG7R2ZvpoM4fBauxUGECc=";
  };

  outputs = [