mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
shoutrrr: init at 0.8.0
This commit is contained in:
parent
2f1dd4b4fb
commit
ec62c958b5
30
pkgs/by-name/sh/shoutrrr/package.nix
Normal file
30
pkgs/by-name/sh/shoutrrr/package.nix
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
buildGoModule,
|
||||||
|
fetchFromGitHub,
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
version = "0.8.0";
|
||||||
|
in
|
||||||
|
buildGoModule {
|
||||||
|
pname = "shoutrrr";
|
||||||
|
inherit version;
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
repo = "shoutrrr";
|
||||||
|
owner = "containrrr";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-DGyFo2oRZ39r1awqh5AXjOL2VShABarFbOMIcEXlWq4=";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorHash = "sha256-+LDA3Q6OSxHwKYoO5gtNUryB9EbLe2jJtUbLXnA2Lug=";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Notification library for gophers and their furry friends";
|
||||||
|
homepage = "https://github.com/containrrr/shoutrrr";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = with lib.maintainers; [ JManch ];
|
||||||
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "shoutrrr";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user