nerdfetch: 8.4.0 -> 8.4.2 (#446549)

Changed files
+4 -3
pkgs
by-name
ne
nerdfetch
+4 -3
pkgs/by-name/ne/nerdfetch/package.nix
···
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
-
version = "8.4.0";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
-
rev = "v${finalAttrs.version}";
-
hash = "sha256-KMu/cMjRFEyfRxoKDGn4PfubGCrotVsKQ9wwc1wQaVM=";
};
dontUnpack = true;
···
meta = with lib; {
description = "POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts";
homepage = "https://github.com/ThatOneCalculator/NerdFetch";
maintainers = with maintainers; [ ByteSudoer ];
license = licenses.mit;
mainProgram = "nerdfetch";
···
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
+
version = "8.4.2";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
+
tag = "v${finalAttrs.version}";
+
hash = "sha256-G1BWggVPxpIKK82pKHD4Jxyis4CY156Jox2/xHRQfrI=";
};
dontUnpack = true;
···
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";