feat(package): nbt2json: pack into nix

This commit is contained in:
2025-11-14 21:12:41 +00:00
parent 4ae460f6e3
commit 88573ea4aa
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ fetchFromGitHub, buildGoModule, lib }: buildGoModule {
pname = "nbt2json";
version = "0.4.1";
src = fetchFromGitHub {
repo = "nbt2json";
owner = "midnightfreddie";
rev = "64280635599803cca70483efd135628b8bdc8810";
hash = "sha256-iWK6Hj6xKE/cSbAj1T7+Lg6fR/8VpqlIoNszEJcqPec=";
};
vendorHash = "sha256-ehT3dE/XIxhY/vGhP6ijivRIb/oYEJeFDaEn+MdjaLw=";
}