prometheus-modemmanager-exporter: 0.1.0 -> 0.2.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
cdcd41104a
commit
443798ece0
1 changed files with 3 additions and 5 deletions
|
@ -2,18 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "modemmanager-exporter";
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mdlayher";
|
||||
repo = "modemmanager_exporter";
|
||||
rev = "v${version}";
|
||||
sha256 = "0d8z7qzk5j5jj0ixkwpi8dw9kki78mxrajdlzzcj2rcgbnwair91";
|
||||
sha256 = "sha256-wQATmTjYsm1J2DicPryoa/jVpbLjXz+1TTQUH5yGV6w=";
|
||||
};
|
||||
|
||||
vendorSha256 = "0f6v97cvzdz7wygswpm87wf8r169x5rw28908vqhmqk644hli4zy";
|
||||
|
||||
doCheck = false;
|
||||
vendorSha256 = "sha256-wGCRpFnt9bxc5Ygg6H1kI9sXB4mVFBdLeaahAFtvNbg=";
|
||||
|
||||
passthru.tests = { inherit (nixosTests.prometheus-exporters) modemmanager; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue