added stuff from morph
This commit is contained in:
commit
cdf9817bc8
9 changed files with 395 additions and 0 deletions
19
hacompanion/default.nix
Normal file
19
hacompanion/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, pkgs
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "hacompanion";
|
||||
version = "1.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tobias-kuendig";
|
||||
repo = "hacompanion";
|
||||
hash = "sha256-wNxE2TrO/TPVzwyn+LRfu6v9mUf3CeB5vdNNJM4rMAI=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-ZZ8nxN+zUeFhSXyoHLMgzeFllnIkKdoVnbVK5KjrLEQ=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue