bat: modernize

Tag, structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 03:48:11 -04:00
parent 0ec9b63333
commit 14b172fea0
+3 -1
View File
@@ -14,10 +14,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "bat";
version = "0.26.1";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "sharkdp";
repo = "bat";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-IbTvFT37BFo0tKOiApDL9sT+/nMD33MO3TXuho+lF2c=";
};