mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
journalbeat: 5.5.0 -> 5.6.0
This commit is contained in:
parent
add7faf539
commit
8d07b99b96
@ -7,7 +7,7 @@ let
|
|||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
|
|
||||||
name = "journalbeat-${version}";
|
name = "journalbeat-${version}";
|
||||||
version = "5.5.0";
|
version = "5.6.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/mheese/journalbeat";
|
goPackagePath = "github.com/mheese/journalbeat";
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ in buildGoPackage rec {
|
|||||||
owner = "mheese";
|
owner = "mheese";
|
||||||
repo = "journalbeat";
|
repo = "journalbeat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "134n1kg6nx5yycn2cyldiayaqm8zps94hz4zfz9klp2jzq68m35y";
|
sha256 = "0b5yqzw1h945mwwyy7cza6bc7kzv3x1p9w2xkzmvr7rw3pd32r06";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user