dwef
This commit is contained in:
parent
768196e2bb
commit
2936f9b197
29 changed files with 496 additions and 82 deletions
13
pkgs/plex-exporter.nix
Normal file
13
pkgs/plex-exporter.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: pkgs.buildGoModule {
|
||||
pname = "plex_exporter";
|
||||
version = "0132160fcf2f41f25a5e18e78392eb324e932c5f";
|
||||
|
||||
vendorHash = null;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "arnarg";
|
||||
repo = "plex_exporter";
|
||||
rev = "0132160fcf2f41f25a5e18e78392eb324e932c5f";
|
||||
sha256 = "sha256-Jg/sQnAVplgag4Mv12pCbSO3v4GwcUUHvEUbF9m2R+Q=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue