nerdfetch: 8.5.4 -> 8.5.5

This commit is contained in:
R. Ryantm
2026-07-22 03:19:51 +00:00
parent dde6423243
commit e0990a2f95

View File

@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
version = "8.5.4";
version = "8.5.5";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
tag = "v${finalAttrs.version}";
hash = "sha256-tV8Ug7i/BTD+TxUCejwYdGLYauAYos18AnWQ1XgynWs=";
hash = "sha256-LSp5UNXp4WBDk2MIb4UBxifTTYI36SpRU7BHL38p8VQ=";
};
dontUnpack = true;