Loading pkgs/by-name/ne/nerdfetch/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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"; Loading Loading
pkgs/by-name/ne/nerdfetch/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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"; Loading