nerdfetch: 8.4.2 -> 8.5.1

This commit is contained in:
R. Ryantm
2026-02-04 04:41:15 +00:00
parent 244a98de8d
commit 386087cee9
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
version = "8.4.2";
version = "8.5.1";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
tag = "v${finalAttrs.version}";
hash = "sha256-G1BWggVPxpIKK82pKHD4Jxyis4CY156Jox2/xHRQfrI=";
hash = "sha256-wt/VpieLuS8cAUlpCdiFysdrjXwgGZ436eMUycTl0S4=";
};
dontUnpack = true;