nomad_1_0: init at 1.0.1

This commit is contained in:
Phillip Cloud
2020-12-21 15:32:22 -05:00
parent 9a6d2ba1c5
commit bd84125082
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,7 @@
{ callPackage, buildGoPackage }:
callPackage ./generic.nix {
inherit buildGoPackage;
version = "1.0.1";
sha256 = "07k81csyxhgc7bgn297zlqyvc55qb5fmiavi7dk81rdpg5m2zjvv";
}