Files
Maxine Aubrey 571e90be6e nomad_1_0: 1.0.8 -> 1.0.9
(cherry picked from commit f6eb8281ad7426120bd7112708015777ecd912d9)
2021-08-06 00:59:44 +02:00

12 lines
239 B
Nix

{ callPackage
, buildGoPackage
, nvidia_x11
, nvidiaGpuSupport
}:
callPackage ./generic.nix {
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
version = "1.0.9";
sha256 = "0ml6l5xq1310ib5zqfdwlxmsmhpc5ybd05z7pc6zgxbma1brxdv4";
}