Packaged gohmome
This commit is contained in:
parent
d9a9fe6a86
commit
5f38ac1616
3 changed files with 21 additions and 3 deletions
19
gohome/default.nix
Normal file
19
gohome/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, pkgs
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gohome";
|
||||
version = "1.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sbreitf1";
|
||||
repo = "gohome";
|
||||
hash = "sha256-fJ0zFYYK0Fr92NuLq/hyiQ00TzZKHWn9mHjdLmUU6tI=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-XtGlE2OPm3rM1hFhveiWokF9LT5dtWzrZIqG3ElYo+8=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue