Unverified Commit eda33573 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nerdfetch: 8.4.0 -> 8.4.2 (#446549)

parents 18a91c2f c0774394
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "nerdfetch";
  version = "8.4.0";
  version = "8.4.2";

  src = fetchFromGitHub {
    owner = "ThatOneCalculator";
    repo = "NerdFetch";
    rev = "v${finalAttrs.version}";
    hash = "sha256-KMu/cMjRFEyfRxoKDGn4PfubGCrotVsKQ9wwc1wQaVM=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-G1BWggVPxpIKK82pKHD4Jxyis4CY156Jox2/xHRQfrI=";
  };

  dontUnpack = true;
@@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  meta = with lib; {
    description = "POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts";
    homepage = "https://github.com/ThatOneCalculator/NerdFetch";
    changelog = "https://github.com/ThatOneCalculator/NerdFetch/releases/tag/${finalAttrs.version}";
    maintainers = with maintainers; [ ByteSudoer ];
    license = licenses.mit;
    mainProgram = "nerdfetch";