Merge pull request #67036 from uvNikita/sampler

sampler: init at 1.0.3
This commit is contained in:
Sarah Brofeldt 2019-08-21 09:40:49 +02:00 committed by GitHub
commit 078f7c0674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{ lib, buildGoModule, fetchFromGitHub, alsaLib }:
buildGoModule rec {
pname = "sampler";
version = "1.0.3";
src = fetchFromGitHub {
owner = "sqshq";
repo = pname;
rev = "v${version}";
sha256 = "129vifb1y57vyqj9p23gq778jschndh2y2ingwvjz0a6lrm45vpf";
};
modSha256 = "0wgwnn50lrg6ix5ll2jdwi421wgqgsv4y9xd5hfj81kya3dxcbw0";
subPackages = [ "." ];
buildInputs = [ alsaLib ];
meta = with lib; {
description = "Tool for shell commands execution, visualization and alerting";
homepage = "https://sampler.dev";
license = licenses.gpl3;
maintainers = with maintainers; [ uvnikita ];
platforms = platforms.unix;
};
}

View File

@ -15074,6 +15074,8 @@ in
sambaFull = samba4Full;
sampler = callPackage ../applications/misc/sampler { };
shairplay = callPackage ../servers/shairplay { avahi = avahi-compat; };
shairport-sync = callPackage ../servers/shairport-sync { };