trex: fix nixpkgs-vet

This commit is contained in:
Oleksii Filonenko
2026-06-22 18:51:26 +01:00
committed by GitHub
parent aef160eb96
commit c71c6384b3
+2
View File
@@ -9,6 +9,8 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "trex";
version = "2.0.0";
__structuredAttrs = true;
strictDeps = true;
src = fetchurl {
url = "https://github.com/amebalabs/TRex/releases/download/v${finalAttrs.version}/TRex-${finalAttrs.version}.zip";